Shades of Blue Violet #8824CF
Tints of Blue Violet #8824CF
RGB
CMYK
RGB Variations
Color information
#8824CF (or 0x8824CF) is known color: Blue Violet. HEX triplet: 88, 24 and CF. RGB value is (136,36,207). Sum of RGB (Red+Green+Blue) = 136+36+207=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #8824CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8824CF is #77DB30. Grayscale: #545454. Windows color (decimal): -7854897 or 13575304. OLE color: 13575304.
HSL color Cylindrical-coordinate representation of color #8824CF: hue angle of 275.09º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8824CF is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 36 | 207 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.19 |
| HSL | 275.09º | 0.7% | 0.48% | - |
| HSV(B) | 275.09º | 0.83% | 0.81% | - |
| XYZ | 22.05 | 11 | 59.99 | - |
| YUV | 85.39 | 196.63 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 36 | 207 | 0.34 | 0.83 | 0 | 0.19 | 275.09 | 0.7 | 0.48 |
| Hex | 88 | 24 | CF | 22 | 53 | 0 | 13 | 113 | 46 | 30 |
| Octal | 210 | 44 | 317 | 42 | 123 | 0 | 23 | 423 | 106 | 60 |
| Binary | 10001000 | 100100 | 11001111 | 100010 | 1010011 | 0 | 10011 | 100010011 | 1000110 | 110000 |
Color Harmonies of #8824CF
Complementary color
Monochromatic Colors of #8824CF
Black with #8824CF
Text Example
Text Example
White with #8824CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8824CF; }
p { color: rgb(136,36,207); }
H1.HeaderClassName
{
color: #8824CF;
}
.AnyTagClassName
{
color: #8824CF;
}
</style>
background-color css
<style>
a { background-color: #8824CF; }
a { background-color: rgb(136,36,207); }
div.DivClassName
{
background-color: #8824CF;
}
.BgClassName
{
background-color: #8824CF;
}
</style>
border-color css
<style>
span { border-color: #8824CF; }
span { border-color: rgb(136,36,207); }
td.TdClassName
{
border-color: #8824CF;
}
.TagClassName
{
border-color: #8824CF;
}
</style>