Shades of Dark Violet #8900DF
Tints of Dark Violet #8900DF
RGB
CMYK
RGB Variations
Color information
#8900DF (or 0x8900DF) is known color: Dark Violet. HEX triplet: 89, 00 and DF. RGB value is (137,0,223). Sum of RGB (Red+Green+Blue) = 137+0+223=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #8900DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8900DF is #76FF20. Grayscale: #414141. Windows color (decimal): -7798561 or 14614665. OLE color: 14614665.
HSL color Cylindrical-coordinate representation of color #8900DF: hue angle of 276.86º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8900DF is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 0 | 223 | - |
| CMYK | 0.39 | 1 | 0 | 0.13 |
| HSL | 276.86º | 1% | 0.44% | - |
| HSV(B) | 276.86º | 1% | 0.87% | - |
| XYZ | 23.64 | 10.65 | 70.62 | - |
| YUV | 66.39 | 216.39 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 223 | 0.39 | 1 | 0 | 0.13 | 276.86 | 1 | 0.44 |
| Hex | 89 | 0 | DF | 27 | 64 | 0 | D | 115 | 64 | 2C |
| Octal | 211 | 0 | 337 | 47 | 144 | 0 | 15 | 425 | 144 | 54 |
| Binary | 10001001 | 0 | 11011111 | 100111 | 1100100 | 0 | 1101 | 100010101 | 1100100 | 101100 |
Color Harmonies of #8900DF
Complementary color
Monochromatic Colors of #8900DF
Black with #8900DF
Text Example
Text Example
White with #8900DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8900DF; }
p { color: rgb(137,0,223); }
H1.HeaderClassName
{
color: #8900DF;
}
.AnyTagClassName
{
color: #8900DF;
}
</style>
background-color css
<style>
a { background-color: #8900DF; }
a { background-color: rgb(137,0,223); }
div.DivClassName
{
background-color: #8900DF;
}
.BgClassName
{
background-color: #8900DF;
}
</style>
border-color css
<style>
span { border-color: #8900DF; }
span { border-color: rgb(137,0,223); }
td.TdClassName
{
border-color: #8900DF;
}
.TagClassName
{
border-color: #8900DF;
}
</style>