Shades of Dark Violet #8900EF
Tints of Dark Violet #8900EF
RGB
CMYK
RGB Variations
Color information
#8900EF (or 0x8900EF) is known color: Dark Violet. HEX triplet: 89, 00 and EF. RGB value is (137,0,239). Sum of RGB (Red+Green+Blue) = 137+0+239=376 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.44% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #8900EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8900EF is #76FF10. Grayscale: #434343. Windows color (decimal): -7798545 or 15663241. OLE color: 15663241.
HSL color Cylindrical-coordinate representation of color #8900EF: hue angle of 274.39º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900EF is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 0 | 239 | - |
| CMYK | 0.43 | 1 | 0 | 0.06 |
| HSL | 274.39º | 1% | 0.47% | - |
| HSV(B) | 274.39º | 1% | 0.94% | - |
| XYZ | 25.9 | 11.55 | 82.53 | - |
| YUV | 68.21 | 224.39 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 239 | 0.43 | 1 | 0 | 0.06 | 274.39 | 1 | 0.47 |
| Hex | 89 | 0 | EF | 2B | 64 | 0 | 6 | 112 | 64 | 2F |
| Octal | 211 | 0 | 357 | 53 | 144 | 0 | 6 | 422 | 144 | 57 |
| Binary | 10001001 | 0 | 11101111 | 101011 | 1100100 | 0 | 110 | 100010010 | 1100100 | 101111 |
Color Harmonies of #8900EF
Complementary color
Monochromatic Colors of #8900EF
Black with #8900EF
Text Example
Text Example
White with #8900EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8900EF; }
p { color: rgb(137,0,239); }
H1.HeaderClassName
{
color: #8900EF;
}
.AnyTagClassName
{
color: #8900EF;
}
</style>
background-color css
<style>
a { background-color: #8900EF; }
a { background-color: rgb(137,0,239); }
div.DivClassName
{
background-color: #8900EF;
}
.BgClassName
{
background-color: #8900EF;
}
</style>
border-color css
<style>
span { border-color: #8900EF; }
span { border-color: rgb(137,0,239); }
td.TdClassName
{
border-color: #8900EF;
}
.TagClassName
{
border-color: #8900EF;
}
</style>