Shades of Vivid Violet #95259C
Tints of Vivid Violet #95259C
RGB
CMYK
RGB Variations
Color information
#95259C (or 0x95259C) is known color: Vivid Violet. HEX triplet: 95, 25 and 9C. RGB value is (149,37,156). Sum of RGB (Red+Green+Blue) = 149+37+156=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 37 (14.84% from 255 or 10.82% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #95259C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95259C is #6ADA63. Grayscale: #535353. Windows color (decimal): -7002724 or 10233237. OLE color: 10233237.
HSL color Cylindrical-coordinate representation of color #95259C: hue angle of 296.47º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95259C is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 37 | 156 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.39 |
| HSL | 296.47º | 0.62% | 0.38% | - |
| HSV(B) | 296.47º | 0.76% | 0.61% | - |
| XYZ | 19.06 | 10.11 | 32.4 | - |
| YUV | 84.05 | 168.61 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 37 | 156 | 0.04 | 0.76 | 0 | 0.39 | 296.47 | 0.62 | 0.38 |
| Hex | 95 | 25 | 9C | 4 | 4C | 0 | 27 | 128 | 3E | 26 |
| Octal | 225 | 45 | 234 | 4 | 114 | 0 | 47 | 450 | 76 | 46 |
| Binary | 10010101 | 100101 | 10011100 | 100 | 1001100 | 0 | 100111 | 100101000 | 111110 | 100110 |
Color Harmonies of #95259C
Complementary color
Monochromatic Colors of #95259C
Black with #95259C
Text Example
Text Example
White with #95259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95259C; }
p { color: rgb(149,37,156); }
H1.HeaderClassName
{
color: #95259C;
}
.AnyTagClassName
{
color: #95259C;
}
</style>
background-color css
<style>
a { background-color: #95259C; }
a { background-color: rgb(149,37,156); }
div.DivClassName
{
background-color: #95259C;
}
.BgClassName
{
background-color: #95259C;
}
</style>
border-color css
<style>
span { border-color: #95259C; }
span { border-color: rgb(149,37,156); }
td.TdClassName
{
border-color: #95259C;
}
.TagClassName
{
border-color: #95259C;
}
</style>