Shades of Blue Violet #8823DF
Tints of Blue Violet #8823DF
RGB
CMYK
RGB Variations
Color information
#8823DF (or 0x8823DF) is known color: Blue Violet. HEX triplet: 88, 23 and DF. RGB value is (136,35,223). Sum of RGB (Red+Green+Blue) = 136+35+223=394 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.52% from 394); Green value is 35 (14.06% from 255 or 8.88% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #8823DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8823DF is #77DC20. Grayscale: #555555. Windows color (decimal): -7855137 or 14623624. OLE color: 14623624.
HSL color Cylindrical-coordinate representation of color #8823DF: hue angle of 272.23º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8823DF is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 35 | 223 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.13 |
| HSL | 272.23º | 0.75% | 0.51% | - |
| HSV(B) | 272.23º | 0.84% | 0.87% | - |
| XYZ | 24.07 | 11.76 | 70.81 | - |
| YUV | 86.63 | 204.96 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 35 | 223 | 0.39 | 0.84 | 0 | 0.13 | 272.23 | 0.75 | 0.51 |
| Hex | 88 | 23 | DF | 27 | 54 | 0 | D | 110 | 4B | 33 |
| Octal | 210 | 43 | 337 | 47 | 124 | 0 | 15 | 420 | 113 | 63 |
| Binary | 10001000 | 100011 | 11011111 | 100111 | 1010100 | 0 | 1101 | 100010000 | 1001011 | 110011 |
Color Harmonies of #8823DF
Complementary color
Monochromatic Colors of #8823DF
Black with #8823DF
Text Example
Text Example
White with #8823DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8823DF; }
p { color: rgb(136,35,223); }
H1.HeaderClassName
{
color: #8823DF;
}
.AnyTagClassName
{
color: #8823DF;
}
</style>
background-color css
<style>
a { background-color: #8823DF; }
a { background-color: rgb(136,35,223); }
div.DivClassName
{
background-color: #8823DF;
}
.BgClassName
{
background-color: #8823DF;
}
</style>
border-color css
<style>
span { border-color: #8823DF; }
span { border-color: rgb(136,35,223); }
td.TdClassName
{
border-color: #8823DF;
}
.TagClassName
{
border-color: #8823DF;
}
</style>