Shades of Dark Violet #9011CF
Tints of Dark Violet #9011CF
RGB
CMYK
RGB Variations
Color information
#9011CF (or 0x9011CF) is known color: Dark Violet. HEX triplet: 90, 11 and CF. RGB value is (144,17,207). Sum of RGB (Red+Green+Blue) = 144+17+207=368 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.13% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #9011CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9011CF is #6FEE30. Grayscale: #4C4C4C. Windows color (decimal): -7335473 or 13570448. OLE color: 13570448.
HSL color Cylindrical-coordinate representation of color #9011CF: hue angle of 280.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9011CF is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 17 | 207 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.19 |
| HSL | 280.11º | 0.85% | 0.44% | - |
| HSV(B) | 280.11º | 0.92% | 0.81% | - |
| XYZ | 22.96 | 10.84 | 59.91 | - |
| YUV | 76.63 | 201.58 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 17 | 207 | 0.30 | 0.92 | 0 | 0.19 | 280.11 | 0.85 | 0.44 |
| Hex | 90 | 11 | CF | 1E | 5C | 0 | 13 | 118 | 55 | 2C |
| Octal | 220 | 21 | 317 | 36 | 134 | 0 | 23 | 430 | 125 | 54 |
| Binary | 10010000 | 10001 | 11001111 | 11110 | 1011100 | 0 | 10011 | 100011000 | 1010101 | 101100 |
Color Harmonies of #9011CF
Complementary color
Monochromatic Colors of #9011CF
Black with #9011CF
Text Example
Text Example
White with #9011CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9011CF; }
p { color: rgb(144,17,207); }
H1.HeaderClassName
{
color: #9011CF;
}
.AnyTagClassName
{
color: #9011CF;
}
</style>
background-color css
<style>
a { background-color: #9011CF; }
a { background-color: rgb(144,17,207); }
div.DivClassName
{
background-color: #9011CF;
}
.BgClassName
{
background-color: #9011CF;
}
</style>
border-color css
<style>
span { border-color: #9011CF; }
span { border-color: rgb(144,17,207); }
td.TdClassName
{
border-color: #9011CF;
}
.TagClassName
{
border-color: #9011CF;
}
</style>