Shades of Dark Violet #8904C3
Tints of Dark Violet #8904C3
RGB
CMYK
RGB Variations
Color information
#8904C3 (or 0x8904C3) is known color: Dark Violet. HEX triplet: 89, 04 and C3. RGB value is (137,4,195). Sum of RGB (Red+Green+Blue) = 137+4+195=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 195 (76.56% from 255 or 58.04% from 336); Max value from RGB is 195 - color contains mainly: blue. Hex color #8904C3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8904C3 is #76FB3C. Grayscale: #404040. Windows color (decimal): -7797565 or 12780681. OLE color: 12780681.
HSL color Cylindrical-coordinate representation of color #8904C3: hue angle of 281.78º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8904C3 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 4 | 195 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.24 |
| HSL | 281.78º | 0.96% | 0.39% | - |
| HSV(B) | 281.78º | 0.98% | 0.76% | - |
| XYZ | 20.21 | 9.35 | 52.37 | - |
| YUV | 65.54 | 201.06 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 195 | 0.30 | 0.98 | 0 | 0.24 | 281.78 | 0.96 | 0.39 |
| Hex | 89 | 4 | C3 | 1E | 62 | 0 | 18 | 11A | 60 | 27 |
| Octal | 211 | 4 | 303 | 36 | 142 | 0 | 30 | 432 | 140 | 47 |
| Binary | 10001001 | 100 | 11000011 | 11110 | 1100010 | 0 | 11000 | 100011010 | 1100000 | 100111 |
Color Harmonies of #8904C3
Complementary color
Monochromatic Colors of #8904C3
Black with #8904C3
Text Example
Text Example
White with #8904C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8904C3; }
p { color: rgb(137,4,195); }
H1.HeaderClassName
{
color: #8904C3;
}
.AnyTagClassName
{
color: #8904C3;
}
</style>
background-color css
<style>
a { background-color: #8904C3; }
a { background-color: rgb(137,4,195); }
div.DivClassName
{
background-color: #8904C3;
}
.BgClassName
{
background-color: #8904C3;
}
</style>
border-color css
<style>
span { border-color: #8904C3; }
span { border-color: rgb(137,4,195); }
td.TdClassName
{
border-color: #8904C3;
}
.TagClassName
{
border-color: #8904C3;
}
</style>