Shades of Dark Violet #8902ED
Tints of Dark Violet #8902ED
RGB
CMYK
RGB Variations
Color information
#8902ED (or 0x8902ED) is known color: Dark Violet. HEX triplet: 89, 02 and ED. RGB value is (137,2,237). Sum of RGB (Red+Green+Blue) = 137+2+237=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 2 (1.17% from 255 or 0.53% from 376); Blue value is 237 (92.97% from 255 or 63.03% from 376); Max value from RGB is 237 - color contains mainly: blue. Hex color #8902ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8902ED is #76FD12. Grayscale: #444444. Windows color (decimal): -7798035 or 15532681. OLE color: 15532681.
HSL color Cylindrical-coordinate representation of color #8902ED: hue angle of 274.47º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8902ED is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 137 | 2 | 237 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.07 |
| HSL | 274.47º | 0.98% | 0.47% | - |
| HSV(B) | 274.47º | 0.99% | 0.93% | - |
| XYZ | 25.62 | 11.48 | 80.99 | - |
| YUV | 69.16 | 222.73 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 237 | 0.42 | 0.99 | 0 | 0.07 | 274.47 | 0.98 | 0.47 |
| Hex | 89 | 2 | ED | 2A | 63 | 0 | 7 | 112 | 62 | 2F |
| Octal | 211 | 2 | 355 | 52 | 143 | 0 | 7 | 422 | 142 | 57 |
| Binary | 10001001 | 10 | 11101101 | 101010 | 1100011 | 0 | 111 | 100010010 | 1100010 | 101111 |
Color Harmonies of #8902ED
Complementary color
Monochromatic Colors of #8902ED
Black with #8902ED
Text Example
Text Example
White with #8902ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8902ED; }
p { color: rgb(137,2,237); }
H1.HeaderClassName
{
color: #8902ED;
}
.AnyTagClassName
{
color: #8902ED;
}
</style>
background-color css
<style>
a { background-color: #8902ED; }
a { background-color: rgb(137,2,237); }
div.DivClassName
{
background-color: #8902ED;
}
.BgClassName
{
background-color: #8902ED;
}
</style>
border-color css
<style>
span { border-color: #8902ED; }
span { border-color: rgb(137,2,237); }
td.TdClassName
{
border-color: #8902ED;
}
.TagClassName
{
border-color: #8902ED;
}
</style>