Shades of Dark Violet #8814CF
Tints of Dark Violet #8814CF
RGB
CMYK
RGB Variations
Color information
#8814CF (or 0x8814CF) is known color: Dark Violet. HEX triplet: 88, 14 and CF. RGB value is (136,20,207). Sum of RGB (Red+Green+Blue) = 136+20+207=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #8814CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8814CF is #77EB30. Grayscale: #4B4B4B. Windows color (decimal): -7858993 or 13571208. OLE color: 13571208.
HSL color Cylindrical-coordinate representation of color #8814CF: hue angle of 277.22º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8814CF is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 20 | 207 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.19 |
| HSL | 277.22º | 0.82% | 0.45% | - |
| HSV(B) | 277.22º | 0.9% | 0.81% | - |
| XYZ | 21.67 | 10.24 | 59.87 | - |
| YUV | 76 | 201.93 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 207 | 0.34 | 0.90 | 0 | 0.19 | 277.22 | 0.82 | 0.45 |
| Hex | 88 | 14 | CF | 22 | 5A | 0 | 13 | 115 | 52 | 2D |
| Octal | 210 | 24 | 317 | 42 | 132 | 0 | 23 | 425 | 122 | 55 |
| Binary | 10001000 | 10100 | 11001111 | 100010 | 1011010 | 0 | 10011 | 100010101 | 1010010 | 101101 |
Color Harmonies of #8814CF
Complementary color
Monochromatic Colors of #8814CF
Black with #8814CF
Text Example
Text Example
White with #8814CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8814CF; }
p { color: rgb(136,20,207); }
H1.HeaderClassName
{
color: #8814CF;
}
.AnyTagClassName
{
color: #8814CF;
}
</style>
background-color css
<style>
a { background-color: #8814CF; }
a { background-color: rgb(136,20,207); }
div.DivClassName
{
background-color: #8814CF;
}
.BgClassName
{
background-color: #8814CF;
}
</style>
border-color css
<style>
span { border-color: #8814CF; }
span { border-color: rgb(136,20,207); }
td.TdClassName
{
border-color: #8814CF;
}
.TagClassName
{
border-color: #8814CF;
}
</style>