Shades of Dark Violet #9508CE
Tints of Dark Violet #9508CE
RGB
CMYK
RGB Variations
Color information
#9508CE (or 0x9508CE) is known color: Dark Violet. HEX triplet: 95, 08 and CE. RGB value is (149,8,206). Sum of RGB (Red+Green+Blue) = 149+8+206=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #9508CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9508CE is #6AF731. Grayscale: #484848. Windows color (decimal): -7010098 or 13502613. OLE color: 13502613.
HSL color Cylindrical-coordinate representation of color #9508CE: hue angle of 282.73º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9508CE is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 8 | 206 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.19 |
| HSL | 282.73º | 0.93% | 0.42% | - |
| HSV(B) | 282.73º | 0.96% | 0.81% | - |
| XYZ | 23.62 | 11.02 | 59.27 | - |
| YUV | 72.73 | 203.21 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 206 | 0.28 | 0.96 | 0 | 0.19 | 282.73 | 0.93 | 0.42 |
| Hex | 95 | 8 | CE | 1C | 60 | 0 | 13 | 11B | 5D | 2A |
| Octal | 225 | 10 | 316 | 34 | 140 | 0 | 23 | 433 | 135 | 52 |
| Binary | 10010101 | 1000 | 11001110 | 11100 | 1100000 | 0 | 10011 | 100011011 | 1011101 | 101010 |
Color Harmonies of #9508CE
Complementary color
Monochromatic Colors of #9508CE
Black with #9508CE
Text Example
Text Example
White with #9508CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9508CE; }
p { color: rgb(149,8,206); }
H1.HeaderClassName
{
color: #9508CE;
}
.AnyTagClassName
{
color: #9508CE;
}
</style>
background-color css
<style>
a { background-color: #9508CE; }
a { background-color: rgb(149,8,206); }
div.DivClassName
{
background-color: #9508CE;
}
.BgClassName
{
background-color: #9508CE;
}
</style>
border-color css
<style>
span { border-color: #9508CE; }
span { border-color: rgb(149,8,206); }
td.TdClassName
{
border-color: #9508CE;
}
.TagClassName
{
border-color: #9508CE;
}
</style>