Shades of Dark Violet #900CCF
Tints of Dark Violet #900CCF
RGB
CMYK
RGB Variations
Color information
#900CCF (or 0x900CCF) is known color: Dark Violet. HEX triplet: 90, 0C and CF. RGB value is (144,12,207). Sum of RGB (Red+Green+Blue) = 144+12+207=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 12 (5.08% from 255 or 3.31% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #900CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CCF is #6FF330. Grayscale: #494949. Windows color (decimal): -7336753 or 13569168. OLE color: 13569168.
HSL color Cylindrical-coordinate representation of color #900CCF: hue angle of 280.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900CCF is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 12 | 207 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.19 |
| HSL | 280.62º | 0.89% | 0.43% | - |
| HSV(B) | 280.62º | 0.94% | 0.81% | - |
| XYZ | 22.9 | 10.7 | 59.89 | - |
| YUV | 73.7 | 203.23 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 207 | 0.30 | 0.94 | 0 | 0.19 | 280.62 | 0.89 | 0.43 |
| Hex | 90 | C | CF | 1E | 5E | 0 | 13 | 119 | 59 | 2B |
| Octal | 220 | 14 | 317 | 36 | 136 | 0 | 23 | 431 | 131 | 53 |
| Binary | 10010000 | 1100 | 11001111 | 11110 | 1011110 | 0 | 10011 | 100011001 | 1011001 | 101011 |
Color Harmonies of #900CCF
Complementary color
Monochromatic Colors of #900CCF
Black with #900CCF
Text Example
Text Example
White with #900CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900CCF; }
p { color: rgb(144,12,207); }
H1.HeaderClassName
{
color: #900CCF;
}
.AnyTagClassName
{
color: #900CCF;
}
</style>
background-color css
<style>
a { background-color: #900CCF; }
a { background-color: rgb(144,12,207); }
div.DivClassName
{
background-color: #900CCF;
}
.BgClassName
{
background-color: #900CCF;
}
</style>
border-color css
<style>
span { border-color: #900CCF; }
span { border-color: rgb(144,12,207); }
td.TdClassName
{
border-color: #900CCF;
}
.TagClassName
{
border-color: #900CCF;
}
</style>