Shades of Dark Violet #8905CC
Tints of Dark Violet #8905CC
RGB
CMYK
RGB Variations
Color information
#8905CC (or 0x8905CC) is known color: Dark Violet. HEX triplet: 89, 05 and CC. RGB value is (137,5,204). Sum of RGB (Red+Green+Blue) = 137+5+204=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #8905CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8905CC is #76FA33. Grayscale: #424242. Windows color (decimal): -7797300 or 13370761. OLE color: 13370761.
HSL color Cylindrical-coordinate representation of color #8905CC: hue angle of 279.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8905CC is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 5 | 204 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.2 |
| HSL | 279.8º | 0.95% | 0.41% | - |
| HSV(B) | 279.8º | 0.98% | 0.8% | - |
| XYZ | 21.27 | 9.79 | 57.89 | - |
| YUV | 67.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 204 | 0.33 | 0.98 | 0 | 0.2 | 279.8 | 0.95 | 0.41 |
| Hex | 89 | 5 | CC | 21 | 62 | 0 | 14 | 118 | 5F | 29 |
| Octal | 211 | 5 | 314 | 41 | 142 | 0 | 24 | 430 | 137 | 51 |
| Binary | 10001001 | 101 | 11001100 | 100001 | 1100010 | 0 | 10100 | 100011000 | 1011111 | 101001 |
Color Harmonies of #8905CC
Complementary color
Monochromatic Colors of #8905CC
Black with #8905CC
Text Example
Text Example
White with #8905CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8905CC; }
p { color: rgb(137,5,204); }
H1.HeaderClassName
{
color: #8905CC;
}
.AnyTagClassName
{
color: #8905CC;
}
</style>
background-color css
<style>
a { background-color: #8905CC; }
a { background-color: rgb(137,5,204); }
div.DivClassName
{
background-color: #8905CC;
}
.BgClassName
{
background-color: #8905CC;
}
</style>
border-color css
<style>
span { border-color: #8905CC; }
span { border-color: rgb(137,5,204); }
td.TdClassName
{
border-color: #8905CC;
}
.TagClassName
{
border-color: #8905CC;
}
</style>