Shades of Dark Violet #9005D0
Tints of Dark Violet #9005D0
RGB
CMYK
RGB Variations
Color information
#9005D0 (or 0x9005D0) is known color: Dark Violet. HEX triplet: 90, 05 and D0. RGB value is (144,5,208). Sum of RGB (Red+Green+Blue) = 144+5+208=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #9005D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9005D0 is #6FFA2F. Grayscale: #454545. Windows color (decimal): -7338544 or 13632912. OLE color: 13632912.
HSL color Cylindrical-coordinate representation of color #9005D0: hue angle of 281.08º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9005D0 is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 5 | 208 | - |
| CMYK | 0.31 | 0.98 | 0 | 0.18 |
| HSL | 281.08º | 0.95% | 0.42% | - |
| HSV(B) | 281.08º | 0.98% | 0.82% | - |
| XYZ | 22.94 | 10.59 | 60.51 | - |
| YUV | 69.7 | 206.05 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 208 | 0.31 | 0.98 | 0 | 0.18 | 281.08 | 0.95 | 0.42 |
| Hex | 90 | 5 | D0 | 1F | 62 | 0 | 12 | 119 | 5F | 2A |
| Octal | 220 | 5 | 320 | 37 | 142 | 0 | 22 | 431 | 137 | 52 |
| Binary | 10010000 | 101 | 11010000 | 11111 | 1100010 | 0 | 10010 | 100011001 | 1011111 | 101010 |
Color Harmonies of #9005D0
Complementary color
Monochromatic Colors of #9005D0
Black with #9005D0
Text Example
Text Example
White with #9005D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9005D0; }
p { color: rgb(144,5,208); }
H1.HeaderClassName
{
color: #9005D0;
}
.AnyTagClassName
{
color: #9005D0;
}
</style>
background-color css
<style>
a { background-color: #9005D0; }
a { background-color: rgb(144,5,208); }
div.DivClassName
{
background-color: #9005D0;
}
.BgClassName
{
background-color: #9005D0;
}
</style>
border-color css
<style>
span { border-color: #9005D0; }
span { border-color: rgb(144,5,208); }
td.TdClassName
{
border-color: #9005D0;
}
.TagClassName
{
border-color: #9005D0;
}
</style>