Shades of Dark Violet #8914CC
Tints of Dark Violet #8914CC
RGB
CMYK
RGB Variations
Color information
#8914CC (or 0x8914CC) is known color: Dark Violet. HEX triplet: 89, 14 and CC. RGB value is (137,20,204). Sum of RGB (Red+Green+Blue) = 137+20+204=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #8914CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8914CC is #76EB33. Grayscale: #4B4B4B. Windows color (decimal): -7793460 or 13374601. OLE color: 13374601.
HSL color Cylindrical-coordinate representation of color #8914CC: hue angle of 278.15º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8914CC is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 20 | 204 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.2 |
| HSL | 278.15º | 0.82% | 0.44% | - |
| HSV(B) | 278.15º | 0.9% | 0.8% | - |
| XYZ | 21.47 | 10.18 | 57.96 | - |
| YUV | 75.96 | 200.26 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 204 | 0.33 | 0.90 | 0 | 0.2 | 278.15 | 0.82 | 0.44 |
| Hex | 89 | 14 | CC | 21 | 5A | 0 | 14 | 116 | 52 | 2C |
| Octal | 211 | 24 | 314 | 41 | 132 | 0 | 24 | 426 | 122 | 54 |
| Binary | 10001001 | 10100 | 11001100 | 100001 | 1011010 | 0 | 10100 | 100010110 | 1010010 | 101100 |
Color Harmonies of #8914CC
Complementary color
Monochromatic Colors of #8914CC
Black with #8914CC
Text Example
Text Example
White with #8914CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8914CC; }
p { color: rgb(137,20,204); }
H1.HeaderClassName
{
color: #8914CC;
}
.AnyTagClassName
{
color: #8914CC;
}
</style>
background-color css
<style>
a { background-color: #8914CC; }
a { background-color: rgb(137,20,204); }
div.DivClassName
{
background-color: #8914CC;
}
.BgClassName
{
background-color: #8914CC;
}
</style>
border-color css
<style>
span { border-color: #8914CC; }
span { border-color: rgb(137,20,204); }
td.TdClassName
{
border-color: #8914CC;
}
.TagClassName
{
border-color: #8914CC;
}
</style>