Shades of Dark Violet #9005CF
Tints of Dark Violet #9005CF
RGB
CMYK
RGB Variations
Color information
#9005CF (or 0x9005CF) is known color: Dark Violet. HEX triplet: 90, 05 and CF. RGB value is (144,5,207). Sum of RGB (Red+Green+Blue) = 144+5+207=356 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.45% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #9005CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9005CF is #6FFA30. Grayscale: #444444. Windows color (decimal): -7338545 or 13567376. OLE color: 13567376.
HSL color Cylindrical-coordinate representation of color #9005CF: hue angle of 281.29º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9005CF is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 5 | 207 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.19 |
| HSL | 281.29º | 0.95% | 0.42% | - |
| HSV(B) | 281.29º | 0.98% | 0.81% | - |
| XYZ | 22.82 | 10.54 | 59.86 | - |
| YUV | 69.59 | 205.55 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 207 | 0.30 | 0.98 | 0 | 0.19 | 281.29 | 0.95 | 0.42 |
| Hex | 90 | 5 | CF | 1E | 62 | 0 | 13 | 119 | 5F | 2A |
| Octal | 220 | 5 | 317 | 36 | 142 | 0 | 23 | 431 | 137 | 52 |
| Binary | 10010000 | 101 | 11001111 | 11110 | 1100010 | 0 | 10011 | 100011001 | 1011111 | 101010 |
Color Harmonies of #9005CF
Complementary color
Monochromatic Colors of #9005CF
Black with #9005CF
Text Example
Text Example
White with #9005CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9005CF; }
p { color: rgb(144,5,207); }
H1.HeaderClassName
{
color: #9005CF;
}
.AnyTagClassName
{
color: #9005CF;
}
</style>
background-color css
<style>
a { background-color: #9005CF; }
a { background-color: rgb(144,5,207); }
div.DivClassName
{
background-color: #9005CF;
}
.BgClassName
{
background-color: #9005CF;
}
</style>
border-color css
<style>
span { border-color: #9005CF; }
span { border-color: rgb(144,5,207); }
td.TdClassName
{
border-color: #9005CF;
}
.TagClassName
{
border-color: #9005CF;
}
</style>