Shades of Dark Violet #8800EB
Tints of Dark Violet #8800EB
RGB
CMYK
RGB Variations
Color information
#8800EB (or 0x8800EB) is known color: Dark Violet. HEX triplet: 88, 00 and EB. RGB value is (136,0,235). Sum of RGB (Red+Green+Blue) = 136+0+235=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 0 (0.39% from 255 or 0% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #8800EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8800EB is #77FF14. Grayscale: #424242. Windows color (decimal): -7864085 or 15401096. OLE color: 15401096.
HSL color Cylindrical-coordinate representation of color #8800EB: hue angle of 274.72º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800EB is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 0 | 235 | - |
| CMYK | 0.42 | 1 | 0 | 0.08 |
| HSL | 274.72º | 1% | 0.46% | - |
| HSV(B) | 274.72º | 1% | 0.92% | - |
| XYZ | 25.15 | 11.23 | 79.44 | - |
| YUV | 67.45 | 222.56 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 235 | 0.42 | 1 | 0 | 0.08 | 274.72 | 1 | 0.46 |
| Hex | 88 | 0 | EB | 2A | 64 | 0 | 8 | 113 | 64 | 2E |
| Octal | 210 | 0 | 353 | 52 | 144 | 0 | 10 | 423 | 144 | 56 |
| Binary | 10001000 | 0 | 11101011 | 101010 | 1100100 | 0 | 1000 | 100010011 | 1100100 | 101110 |
Color Harmonies of #8800EB
Complementary color
Monochromatic Colors of #8800EB
Black with #8800EB
Text Example
Text Example
White with #8800EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800EB; }
p { color: rgb(136,0,235); }
H1.HeaderClassName
{
color: #8800EB;
}
.AnyTagClassName
{
color: #8800EB;
}
</style>
background-color css
<style>
a { background-color: #8800EB; }
a { background-color: rgb(136,0,235); }
div.DivClassName
{
background-color: #8800EB;
}
.BgClassName
{
background-color: #8800EB;
}
</style>
border-color css
<style>
span { border-color: #8800EB; }
span { border-color: rgb(136,0,235); }
td.TdClassName
{
border-color: #8800EB;
}
.TagClassName
{
border-color: #8800EB;
}
</style>