Shades of Blue Violet #8823CE
Tints of Blue Violet #8823CE
RGB
CMYK
RGB Variations
Color information
#8823CE (or 0x8823CE) is known color: Blue Violet. HEX triplet: 88, 23 and CE. RGB value is (136,35,206). Sum of RGB (Red+Green+Blue) = 136+35+206=377 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.07% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 206 (80.86% from 255 or 54.64% from 377); Max value from RGB is 206 - color contains mainly: blue. Hex color #8823CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8823CE is #77DC31. Grayscale: #545454. Windows color (decimal): -7855154 or 13509512. OLE color: 13509512.
HSL color Cylindrical-coordinate representation of color #8823CE: hue angle of 275.44º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8823CE is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 35 | 206 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.19 |
| HSL | 275.44º | 0.71% | 0.47% | - |
| HSV(B) | 275.44º | 0.83% | 0.81% | - |
| XYZ | 21.89 | 10.89 | 59.34 | - |
| YUV | 84.69 | 196.46 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 206 | 0.34 | 0.83 | 0 | 0.19 | 275.44 | 0.71 | 0.47 |
| Hex | 88 | 23 | CE | 22 | 53 | 0 | 13 | 113 | 47 | 2F |
| Octal | 210 | 43 | 316 | 42 | 123 | 0 | 23 | 423 | 107 | 57 |
| Binary | 10001000 | 100011 | 11001110 | 100010 | 1010011 | 0 | 10011 | 100010011 | 1000111 | 101111 |
Color Harmonies of #8823CE
Complementary color
Monochromatic Colors of #8823CE
Black with #8823CE
Text Example
Text Example
White with #8823CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8823CE; }
p { color: rgb(136,35,206); }
H1.HeaderClassName
{
color: #8823CE;
}
.AnyTagClassName
{
color: #8823CE;
}
</style>
background-color css
<style>
a { background-color: #8823CE; }
a { background-color: rgb(136,35,206); }
div.DivClassName
{
background-color: #8823CE;
}
.BgClassName
{
background-color: #8823CE;
}
</style>
border-color css
<style>
span { border-color: #8823CE; }
span { border-color: rgb(136,35,206); }
td.TdClassName
{
border-color: #8823CE;
}
.TagClassName
{
border-color: #8823CE;
}
</style>