Shades of Dark Violet #8902BD
Tints of Dark Violet #8902BD
RGB
CMYK
RGB Variations
Color information
#8902BD (or 0x8902BD) is known color: Dark Violet. HEX triplet: 89, 02 and BD. RGB value is (137,2,189). Sum of RGB (Red+Green+Blue) = 137+2+189=328 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.77% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #8902BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8902BD is #76FD42. Grayscale: #3F3F3F. Windows color (decimal): -7798083 or 12386953. OLE color: 12386953.
HSL color Cylindrical-coordinate representation of color #8902BD: hue angle of 283.32º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8902BD is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 2 | 189 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.26 |
| HSL | 283.32º | 0.98% | 0.37% | - |
| HSV(B) | 283.32º | 0.99% | 0.74% | - |
| XYZ | 19.52 | 9.04 | 48.86 | - |
| YUV | 63.68 | 198.73 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 189 | 0.28 | 0.99 | 0 | 0.26 | 283.32 | 0.98 | 0.37 |
| Hex | 89 | 2 | BD | 1C | 63 | 0 | 1A | 11B | 62 | 25 |
| Octal | 211 | 2 | 275 | 34 | 143 | 0 | 32 | 433 | 142 | 45 |
| Binary | 10001001 | 10 | 10111101 | 11100 | 1100011 | 0 | 11010 | 100011011 | 1100010 | 100101 |
Color Harmonies of #8902BD
Complementary color
Monochromatic Colors of #8902BD
Black with #8902BD
Text Example
Text Example
White with #8902BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8902BD; }
p { color: rgb(137,2,189); }
H1.HeaderClassName
{
color: #8902BD;
}
.AnyTagClassName
{
color: #8902BD;
}
</style>
background-color css
<style>
a { background-color: #8902BD; }
a { background-color: rgb(137,2,189); }
div.DivClassName
{
background-color: #8902BD;
}
.BgClassName
{
background-color: #8902BD;
}
</style>
border-color css
<style>
span { border-color: #8902BD; }
span { border-color: rgb(137,2,189); }
td.TdClassName
{
border-color: #8902BD;
}
.TagClassName
{
border-color: #8902BD;
}
</style>