Shades of Dark Violet #9002BB
Tints of Dark Violet #9002BB
RGB
CMYK
RGB Variations
Color information
#9002BB (or 0x9002BB) is known color: Dark Violet. HEX triplet: 90, 02 and BB. RGB value is (144,2,187). Sum of RGB (Red+Green+Blue) = 144+2+187=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #9002BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9002BB is #6FFD44. Grayscale: #404040. Windows color (decimal): -7339333 or 12255888. OLE color: 12255888.
HSL color Cylindrical-coordinate representation of color #9002BB: hue angle of 286.05º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9002BB is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 2 | 187 | - |
| CMYK | 0.23 | 0.99 | 0 | 0.27 |
| HSL | 286.05º | 0.98% | 0.37% | - |
| HSV(B) | 286.05º | 0.99% | 0.73% | - |
| XYZ | 20.49 | 9.56 | 47.78 | - |
| YUV | 65.55 | 196.54 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 187 | 0.23 | 0.99 | 0 | 0.27 | 286.05 | 0.98 | 0.37 |
| Hex | 90 | 2 | BB | 17 | 63 | 0 | 1B | 11E | 62 | 25 |
| Octal | 220 | 2 | 273 | 27 | 143 | 0 | 33 | 436 | 142 | 45 |
| Binary | 10010000 | 10 | 10111011 | 10111 | 1100011 | 0 | 11011 | 100011110 | 1100010 | 100101 |
Color Harmonies of #9002BB
Complementary color
Monochromatic Colors of #9002BB
Black with #9002BB
Text Example
Text Example
White with #9002BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9002BB; }
p { color: rgb(144,2,187); }
H1.HeaderClassName
{
color: #9002BB;
}
.AnyTagClassName
{
color: #9002BB;
}
</style>
background-color css
<style>
a { background-color: #9002BB; }
a { background-color: rgb(144,2,187); }
div.DivClassName
{
background-color: #9002BB;
}
.BgClassName
{
background-color: #9002BB;
}
</style>
border-color css
<style>
span { border-color: #9002BB; }
span { border-color: rgb(144,2,187); }
td.TdClassName
{
border-color: #9002BB;
}
.TagClassName
{
border-color: #9002BB;
}
</style>