Shades of Dark Violet #9002D0
Tints of Dark Violet #9002D0
RGB
CMYK
RGB Variations
Color information
#9002D0 (or 0x9002D0) is known color: Dark Violet. HEX triplet: 90, 02 and D0. RGB value is (144,2,208). Sum of RGB (Red+Green+Blue) = 144+2+208=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 2 (1.17% from 255 or 0.56% from 354); Blue value is 208 (81.64% from 255 or 58.76% from 354); Max value from RGB is 208 - color contains mainly: blue. Hex color #9002D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9002D0 is #6FFD2F. Grayscale: #434343. Windows color (decimal): -7339312 or 13632144. OLE color: 13632144.
HSL color Cylindrical-coordinate representation of color #9002D0: hue angle of 281.36º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9002D0 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 2 | 208 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.18 |
| HSL | 281.36º | 0.98% | 0.41% | - |
| HSV(B) | 281.36º | 0.99% | 0.82% | - |
| XYZ | 22.91 | 10.53 | 60.5 | - |
| YUV | 67.94 | 207.04 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 208 | 0.31 | 0.99 | 0 | 0.18 | 281.36 | 0.98 | 0.41 |
| Hex | 90 | 2 | D0 | 1F | 63 | 0 | 12 | 119 | 62 | 29 |
| Octal | 220 | 2 | 320 | 37 | 143 | 0 | 22 | 431 | 142 | 51 |
| Binary | 10010000 | 10 | 11010000 | 11111 | 1100011 | 0 | 10010 | 100011001 | 1100010 | 101001 |
Color Harmonies of #9002D0
Complementary color
Monochromatic Colors of #9002D0
Black with #9002D0
Text Example
Text Example
White with #9002D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9002D0; }
p { color: rgb(144,2,208); }
H1.HeaderClassName
{
color: #9002D0;
}
.AnyTagClassName
{
color: #9002D0;
}
</style>
background-color css
<style>
a { background-color: #9002D0; }
a { background-color: rgb(144,2,208); }
div.DivClassName
{
background-color: #9002D0;
}
.BgClassName
{
background-color: #9002D0;
}
</style>
border-color css
<style>
span { border-color: #9002D0; }
span { border-color: rgb(144,2,208); }
td.TdClassName
{
border-color: #9002D0;
}
.TagClassName
{
border-color: #9002D0;
}
</style>