Shades of Dark Violet #8807CF
Tints of Dark Violet #8807CF
RGB
CMYK
RGB Variations
Color information
#8807CF (or 0x8807CF) is known color: Dark Violet. HEX triplet: 88, 07 and CF. RGB value is (136,7,207). Sum of RGB (Red+Green+Blue) = 136+7+207=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 207 (81.25% from 255 or 59.14% from 350); Max value from RGB is 207 - color contains mainly: blue. Hex color #8807CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8807CF is #77F830. Grayscale: #434343. Windows color (decimal): -7862321 or 13567880. OLE color: 13567880.
HSL color Cylindrical-coordinate representation of color #8807CF: hue angle of 278.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8807CF is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 7 | 207 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.19 |
| HSL | 278.7º | 0.93% | 0.42% | - |
| HSV(B) | 278.7º | 0.97% | 0.81% | - |
| XYZ | 21.49 | 9.89 | 59.81 | - |
| YUV | 68.37 | 206.24 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 207 | 0.34 | 0.97 | 0 | 0.19 | 278.7 | 0.93 | 0.42 |
| Hex | 88 | 7 | CF | 22 | 61 | 0 | 13 | 117 | 5D | 2A |
| Octal | 210 | 7 | 317 | 42 | 141 | 0 | 23 | 427 | 135 | 52 |
| Binary | 10001000 | 111 | 11001111 | 100010 | 1100001 | 0 | 10011 | 100010111 | 1011101 | 101010 |
Color Harmonies of #8807CF
Complementary color
Monochromatic Colors of #8807CF
Black with #8807CF
Text Example
Text Example
White with #8807CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8807CF; }
p { color: rgb(136,7,207); }
H1.HeaderClassName
{
color: #8807CF;
}
.AnyTagClassName
{
color: #8807CF;
}
</style>
background-color css
<style>
a { background-color: #8807CF; }
a { background-color: rgb(136,7,207); }
div.DivClassName
{
background-color: #8807CF;
}
.BgClassName
{
background-color: #8807CF;
}
</style>
border-color css
<style>
span { border-color: #8807CF; }
span { border-color: rgb(136,7,207); }
td.TdClassName
{
border-color: #8807CF;
}
.TagClassName
{
border-color: #8807CF;
}
</style>