Shades of Dark Violet #9909CF
Tints of Dark Violet #9909CF
RGB
CMYK
RGB Variations
Color information
#9909CF (or 0x9909CF) is known color: Dark Violet. HEX triplet: 99, 09 and CF. RGB value is (153,9,207). Sum of RGB (Red+Green+Blue) = 153+9+207=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 9 (3.91% from 255 or 2.44% from 369); Blue value is 207 (81.25% from 255 or 56.10% from 369); Max value from RGB is 207 - color contains mainly: blue. Hex color #9909CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9909CF is #66F630. Grayscale: #494949. Windows color (decimal): -6747697 or 13568409. OLE color: 13568409.
HSL color Cylindrical-coordinate representation of color #9909CF: hue angle of 283.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 #9909CF is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 9 | 207 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.19 |
| HSL | 283.64º | 0.92% | 0.42% | - |
| HSV(B) | 283.64º | 0.96% | 0.81% | - |
| XYZ | 24.5 | 11.47 | 59.95 | - |
| YUV | 74.63 | 202.71 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 9 | 207 | 0.26 | 0.96 | 0 | 0.19 | 283.64 | 0.92 | 0.42 |
| Hex | 99 | 9 | CF | 1A | 60 | 0 | 13 | 11C | 5C | 2A |
| Octal | 231 | 11 | 317 | 32 | 140 | 0 | 23 | 434 | 134 | 52 |
| Binary | 10011001 | 1001 | 11001111 | 11010 | 1100000 | 0 | 10011 | 100011100 | 1011100 | 101010 |
Color Harmonies of #9909CF
Complementary color
Monochromatic Colors of #9909CF
Black with #9909CF
Text Example
Text Example
White with #9909CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9909CF; }
p { color: rgb(153,9,207); }
H1.HeaderClassName
{
color: #9909CF;
}
.AnyTagClassName
{
color: #9909CF;
}
</style>
background-color css
<style>
a { background-color: #9909CF; }
a { background-color: rgb(153,9,207); }
div.DivClassName
{
background-color: #9909CF;
}
.BgClassName
{
background-color: #9909CF;
}
</style>
border-color css
<style>
span { border-color: #9909CF; }
span { border-color: rgb(153,9,207); }
td.TdClassName
{
border-color: #9909CF;
}
.TagClassName
{
border-color: #9909CF;
}
</style>