Shades of Dark Violet #9000CF
Tints of Dark Violet #9000CF
RGB
CMYK
RGB Variations
Color information
#9000CF (or 0x9000CF) is known color: Dark Violet. HEX triplet: 90, 00 and CF. RGB value is (144,0,207). Sum of RGB (Red+Green+Blue) = 144+0+207=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #9000CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9000CF is #6FFF30. Grayscale: #414141. Windows color (decimal): -7339825 or 13566096. OLE color: 13566096.
HSL color Cylindrical-coordinate representation of color #9000CF: hue angle of 281.74º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9000CF is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 0 | 207 | - |
| CMYK | 0.30 | 1 | 0 | 0.19 |
| HSL | 281.74º | 1% | 0.41% | - |
| HSV(B) | 281.74º | 1% | 0.81% | - |
| XYZ | 22.76 | 10.43 | 59.85 | - |
| YUV | 66.65 | 207.21 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 207 | 0.30 | 1 | 0 | 0.19 | 281.74 | 1 | 0.41 |
| Hex | 90 | 0 | CF | 1E | 64 | 0 | 13 | 11A | 64 | 29 |
| Octal | 220 | 0 | 317 | 36 | 144 | 0 | 23 | 432 | 144 | 51 |
| Binary | 10010000 | 0 | 11001111 | 11110 | 1100100 | 0 | 10011 | 100011010 | 1100100 | 101001 |
Color Harmonies of #9000CF
Complementary color
Monochromatic Colors of #9000CF
Black with #9000CF
Text Example
Text Example
White with #9000CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9000CF; }
p { color: rgb(144,0,207); }
H1.HeaderClassName
{
color: #9000CF;
}
.AnyTagClassName
{
color: #9000CF;
}
</style>
background-color css
<style>
a { background-color: #9000CF; }
a { background-color: rgb(144,0,207); }
div.DivClassName
{
background-color: #9000CF;
}
.BgClassName
{
background-color: #9000CF;
}
</style>
border-color css
<style>
span { border-color: #9000CF; }
span { border-color: rgb(144,0,207); }
td.TdClassName
{
border-color: #9000CF;
}
.TagClassName
{
border-color: #9000CF;
}
</style>