Shades of Dark Violet #9005CC
Tints of Dark Violet #9005CC
RGB
CMYK
RGB Variations
Color information
#9005CC (or 0x9005CC) is known color: Dark Violet. HEX triplet: 90, 05 and CC. RGB value is (144,5,204). Sum of RGB (Red+Green+Blue) = 144+5+204=353 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.79% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #9005CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9005CC is #6FFA33. Grayscale: #444444. Windows color (decimal): -7338548 or 13370768. OLE color: 13370768.
HSL color Cylindrical-coordinate representation of color #9005CC: hue angle of 281.91º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9005CC is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 5 | 204 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.2 |
| HSL | 281.91º | 0.95% | 0.41% | - |
| HSV(B) | 281.91º | 0.98% | 0.8% | - |
| XYZ | 22.45 | 10.4 | 57.95 | - |
| YUV | 69.25 | 204.05 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 204 | 0.29 | 0.98 | 0 | 0.2 | 281.91 | 0.95 | 0.41 |
| Hex | 90 | 5 | CC | 1D | 62 | 0 | 14 | 11A | 5F | 29 |
| Octal | 220 | 5 | 314 | 35 | 142 | 0 | 24 | 432 | 137 | 51 |
| Binary | 10010000 | 101 | 11001100 | 11101 | 1100010 | 0 | 10100 | 100011010 | 1011111 | 101001 |
Color Harmonies of #9005CC
Complementary color
Monochromatic Colors of #9005CC
Black with #9005CC
Text Example
Text Example
White with #9005CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9005CC; }
p { color: rgb(144,5,204); }
H1.HeaderClassName
{
color: #9005CC;
}
.AnyTagClassName
{
color: #9005CC;
}
</style>
background-color css
<style>
a { background-color: #9005CC; }
a { background-color: rgb(144,5,204); }
div.DivClassName
{
background-color: #9005CC;
}
.BgClassName
{
background-color: #9005CC;
}
</style>
border-color css
<style>
span { border-color: #9005CC; }
span { border-color: rgb(144,5,204); }
td.TdClassName
{
border-color: #9005CC;
}
.TagClassName
{
border-color: #9005CC;
}
</style>