Shades of Dark Violet #8800CF
Tints of Dark Violet #8800CF
RGB
CMYK
RGB Variations
Color information
#8800CF (or 0x8800CF) is known color: Dark Violet. HEX triplet: 88, 00 and CF. RGB value is (136,0,207). Sum of RGB (Red+Green+Blue) = 136+0+207=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 207 (81.25% from 255 or 60.35% from 343); Max value from RGB is 207 - color contains mainly: blue. Hex color #8800CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8800CF is #77FF30. Grayscale: #3F3F3F. Windows color (decimal): -7864113 or 13566088. OLE color: 13566088.
HSL color Cylindrical-coordinate representation of color #8800CF: hue angle of 279.42º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800CF is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 0 | 207 | - |
| CMYK | 0.34 | 1 | 0 | 0.19 |
| HSL | 279.42º | 1% | 0.41% | - |
| HSV(B) | 279.42º | 1% | 0.81% | - |
| XYZ | 21.42 | 9.74 | 59.78 | - |
| YUV | 64.26 | 208.56 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 207 | 0.34 | 1 | 0 | 0.19 | 279.42 | 1 | 0.41 |
| Hex | 88 | 0 | CF | 22 | 64 | 0 | 13 | 117 | 64 | 29 |
| Octal | 210 | 0 | 317 | 42 | 144 | 0 | 23 | 427 | 144 | 51 |
| Binary | 10001000 | 0 | 11001111 | 100010 | 1100100 | 0 | 10011 | 100010111 | 1100100 | 101001 |
Color Harmonies of #8800CF
Complementary color
Monochromatic Colors of #8800CF
Black with #8800CF
Text Example
Text Example
White with #8800CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800CF; }
p { color: rgb(136,0,207); }
H1.HeaderClassName
{
color: #8800CF;
}
.AnyTagClassName
{
color: #8800CF;
}
</style>
background-color css
<style>
a { background-color: #8800CF; }
a { background-color: rgb(136,0,207); }
div.DivClassName
{
background-color: #8800CF;
}
.BgClassName
{
background-color: #8800CF;
}
</style>
border-color css
<style>
span { border-color: #8800CF; }
span { border-color: rgb(136,0,207); }
td.TdClassName
{
border-color: #8800CF;
}
.TagClassName
{
border-color: #8800CF;
}
</style>