Shades of Dark Violet #9509CE
Tints of Dark Violet #9509CE
RGB
CMYK
RGB Variations
Color information
#9509CE (or 0x9509CE) is known color: Dark Violet. HEX triplet: 95, 09 and CE. RGB value is (149,9,206). Sum of RGB (Red+Green+Blue) = 149+9+206=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #9509CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9509CE is #6AF631. Grayscale: #484848. Windows color (decimal): -7009842 or 13502869. OLE color: 13502869.
HSL color Cylindrical-coordinate representation of color #9509CE: hue angle of 282.64º degrees, saturation: 0.92, 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 #9509CE is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 9 | 206 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.19 |
| HSL | 282.64º | 0.92% | 0.42% | - |
| HSV(B) | 282.64º | 0.96% | 0.81% | - |
| XYZ | 23.63 | 11.04 | 59.28 | - |
| YUV | 73.32 | 202.88 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 9 | 206 | 0.28 | 0.96 | 0 | 0.19 | 282.64 | 0.92 | 0.42 |
| Hex | 95 | 9 | CE | 1C | 60 | 0 | 13 | 11B | 5C | 2A |
| Octal | 225 | 11 | 316 | 34 | 140 | 0 | 23 | 433 | 134 | 52 |
| Binary | 10010101 | 1001 | 11001110 | 11100 | 1100000 | 0 | 10011 | 100011011 | 1011100 | 101010 |
Color Harmonies of #9509CE
Complementary color
Monochromatic Colors of #9509CE
Black with #9509CE
Text Example
Text Example
White with #9509CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9509CE; }
p { color: rgb(149,9,206); }
H1.HeaderClassName
{
color: #9509CE;
}
.AnyTagClassName
{
color: #9509CE;
}
</style>
background-color css
<style>
a { background-color: #9509CE; }
a { background-color: rgb(149,9,206); }
div.DivClassName
{
background-color: #9509CE;
}
.BgClassName
{
background-color: #9509CE;
}
</style>
border-color css
<style>
span { border-color: #9509CE; }
span { border-color: rgb(149,9,206); }
td.TdClassName
{
border-color: #9509CE;
}
.TagClassName
{
border-color: #9509CE;
}
</style>