Shades of Dark Violet #8800ED
Tints of Dark Violet #8800ED
RGB
CMYK
RGB Variations
Color information
#8800ED (or 0x8800ED) is known color: Dark Violet. HEX triplet: 88, 00 and ED. RGB value is (136,0,237). Sum of RGB (Red+Green+Blue) = 136+0+237=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #8800ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8800ED is #77FF12. Grayscale: #424242. Windows color (decimal): -7864083 or 15532168. OLE color: 15532168.
HSL color Cylindrical-coordinate representation of color #8800ED: hue angle of 274.43º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8800ED is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 0 | 237 | - |
| CMYK | 0.43 | 1 | 0 | 0.07 |
| HSL | 274.43º | 1% | 0.46% | - |
| HSV(B) | 274.43º | 1% | 0.93% | - |
| XYZ | 25.44 | 11.35 | 80.97 | - |
| YUV | 67.68 | 223.56 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 0 | 237 | 0.43 | 1 | 0 | 0.07 | 274.43 | 1 | 0.46 |
| Hex | 88 | 0 | ED | 2B | 64 | 0 | 7 | 112 | 64 | 2E |
| Octal | 210 | 0 | 355 | 53 | 144 | 0 | 7 | 422 | 144 | 56 |
| Binary | 10001000 | 0 | 11101101 | 101011 | 1100100 | 0 | 111 | 100010010 | 1100100 | 101110 |
Color Harmonies of #8800ED
Complementary color
Monochromatic Colors of #8800ED
Black with #8800ED
Text Example
Text Example
White with #8800ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8800ED; }
p { color: rgb(136,0,237); }
H1.HeaderClassName
{
color: #8800ED;
}
.AnyTagClassName
{
color: #8800ED;
}
</style>
background-color css
<style>
a { background-color: #8800ED; }
a { background-color: rgb(136,0,237); }
div.DivClassName
{
background-color: #8800ED;
}
.BgClassName
{
background-color: #8800ED;
}
</style>
border-color css
<style>
span { border-color: #8800ED; }
span { border-color: rgb(136,0,237); }
td.TdClassName
{
border-color: #8800ED;
}
.TagClassName
{
border-color: #8800ED;
}
</style>