Shades of Dark Violet #8904D7
Tints of Dark Violet #8904D7
RGB
CMYK
RGB Variations
Color information
#8904D7 (or 0x8904D7) is known color: Dark Violet. HEX triplet: 89, 04 and D7. RGB value is (137,4,215). Sum of RGB (Red+Green+Blue) = 137+4+215=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 215 (84.38% from 255 or 60.39% from 356); Max value from RGB is 215 - color contains mainly: blue. Hex color #8904D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8904D7 is #76FB28. Grayscale: #434343. Windows color (decimal): -7797545 or 14091401. OLE color: 14091401.
HSL color Cylindrical-coordinate representation of color #8904D7: hue angle of 277.82º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8904D7 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 4 | 215 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.16 |
| HSL | 277.82º | 0.96% | 0.43% | - |
| HSV(B) | 277.82º | 0.98% | 0.84% | - |
| XYZ | 22.63 | 10.31 | 65.09 | - |
| YUV | 67.82 | 211.06 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 215 | 0.36 | 0.98 | 0 | 0.16 | 277.82 | 0.96 | 0.43 |
| Hex | 89 | 4 | D7 | 24 | 62 | 0 | 10 | 116 | 60 | 2B |
| Octal | 211 | 4 | 327 | 44 | 142 | 0 | 20 | 426 | 140 | 53 |
| Binary | 10001001 | 100 | 11010111 | 100100 | 1100010 | 0 | 10000 | 100010110 | 1100000 | 101011 |
Color Harmonies of #8904D7
Complementary color
Monochromatic Colors of #8904D7
Black with #8904D7
Text Example
Text Example
White with #8904D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8904D7; }
p { color: rgb(137,4,215); }
H1.HeaderClassName
{
color: #8904D7;
}
.AnyTagClassName
{
color: #8904D7;
}
</style>
background-color css
<style>
a { background-color: #8904D7; }
a { background-color: rgb(137,4,215); }
div.DivClassName
{
background-color: #8904D7;
}
.BgClassName
{
background-color: #8904D7;
}
</style>
border-color css
<style>
span { border-color: #8904D7; }
span { border-color: rgb(137,4,215); }
td.TdClassName
{
border-color: #8904D7;
}
.TagClassName
{
border-color: #8904D7;
}
</style>