Shades of Blue Violet #8823CF
Tints of Blue Violet #8823CF
RGB
CMYK
RGB Variations
Color information
#8823CF (or 0x8823CF) is known color: Blue Violet. HEX triplet: 88, 23 and CF. RGB value is (136,35,207). Sum of RGB (Red+Green+Blue) = 136+35+207=378 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.98% from 378); Green value is 35 (14.06% from 255 or 9.26% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #8823CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8823CF is #77DC30. Grayscale: #545454. Windows color (decimal): -7855153 or 13575048. OLE color: 13575048.
HSL color Cylindrical-coordinate representation of color #8823CF: hue angle of 275.23º 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 #8823CF is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 35 | 207 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.19 |
| HSL | 275.23º | 0.71% | 0.47% | - |
| HSV(B) | 275.23º | 0.83% | 0.81% | - |
| XYZ | 22.02 | 10.94 | 59.98 | - |
| YUV | 84.81 | 196.96 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 207 | 0.34 | 0.83 | 0 | 0.19 | 275.23 | 0.71 | 0.47 |
| Hex | 88 | 23 | CF | 22 | 53 | 0 | 13 | 113 | 47 | 2F |
| Octal | 210 | 43 | 317 | 42 | 123 | 0 | 23 | 423 | 107 | 57 |
| Binary | 10001000 | 100011 | 11001111 | 100010 | 1010011 | 0 | 10011 | 100010011 | 1000111 | 101111 |
Color Harmonies of #8823CF
Complementary color
Monochromatic Colors of #8823CF
Black with #8823CF
Text Example
Text Example
White with #8823CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8823CF; }
p { color: rgb(136,35,207); }
H1.HeaderClassName
{
color: #8823CF;
}
.AnyTagClassName
{
color: #8823CF;
}
</style>
background-color css
<style>
a { background-color: #8823CF; }
a { background-color: rgb(136,35,207); }
div.DivClassName
{
background-color: #8823CF;
}
.BgClassName
{
background-color: #8823CF;
}
</style>
border-color css
<style>
span { border-color: #8823CF; }
span { border-color: rgb(136,35,207); }
td.TdClassName
{
border-color: #8823CF;
}
.TagClassName
{
border-color: #8823CF;
}
</style>