Shades of Dark Violet #9002B5
Tints of Dark Violet #9002B5
RGB
CMYK
RGB Variations
Color information
#9002B5 (or 0x9002B5) is known color: Dark Violet. HEX triplet: 90, 02 and B5. RGB value is (144,2,181). Sum of RGB (Red+Green+Blue) = 144+2+181=327 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.04% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 181 (71.09% from 255 or 55.35% from 327); Max value from RGB is 181 - color contains mainly: blue. Hex color #9002B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9002B5 is #6FFD4A. Grayscale: #404040. Windows color (decimal): -7339339 or 11862672. OLE color: 11862672.
HSL color Cylindrical-coordinate representation of color #9002B5: hue angle of 287.6º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9002B5 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 2 | 181 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.29 |
| HSL | 287.6º | 0.98% | 0.36% | - |
| HSV(B) | 287.6º | 0.99% | 0.71% | - |
| XYZ | 19.86 | 9.31 | 44.47 | - |
| YUV | 64.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 181 | 0.20 | 0.99 | 0 | 0.29 | 287.6 | 0.98 | 0.36 |
| Hex | 90 | 2 | B5 | 14 | 63 | 0 | 1D | 120 | 62 | 24 |
| Octal | 220 | 2 | 265 | 24 | 143 | 0 | 35 | 440 | 142 | 44 |
| Binary | 10010000 | 10 | 10110101 | 10100 | 1100011 | 0 | 11101 | 100100000 | 1100010 | 100100 |
Color Harmonies of #9002B5
Complementary color
Monochromatic Colors of #9002B5
Black with #9002B5
Text Example
Text Example
White with #9002B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9002B5; }
p { color: rgb(144,2,181); }
H1.HeaderClassName
{
color: #9002B5;
}
.AnyTagClassName
{
color: #9002B5;
}
</style>
background-color css
<style>
a { background-color: #9002B5; }
a { background-color: rgb(144,2,181); }
div.DivClassName
{
background-color: #9002B5;
}
.BgClassName
{
background-color: #9002B5;
}
</style>
border-color css
<style>
span { border-color: #9002B5; }
span { border-color: rgb(144,2,181); }
td.TdClassName
{
border-color: #9002B5;
}
.TagClassName
{
border-color: #9002B5;
}
</style>