Shades of Blue Violet #8827CF
Tints of Blue Violet #8827CF
RGB
CMYK
RGB Variations
Color information
#8827CF (or 0x8827CF) is known color: Blue Violet. HEX triplet: 88, 27 and CF. RGB value is (136,39,207). Sum of RGB (Red+Green+Blue) = 136+39+207=382 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.60% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #8827CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8827CF is #77D830. Grayscale: #565656. Windows color (decimal): -7854129 or 13576072. OLE color: 13576072.
HSL color Cylindrical-coordinate representation of color #8827CF: hue angle of 274.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8827CF is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 39 | 207 | - |
| CMYK | 0.34 | 0.81 | 0 | 0.19 |
| HSL | 274.64º | 0.68% | 0.48% | - |
| HSV(B) | 274.64º | 0.81% | 0.81% | - |
| XYZ | 22.14 | 11.19 | 60.02 | - |
| YUV | 87.16 | 195.64 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 39 | 207 | 0.34 | 0.81 | 0 | 0.19 | 274.64 | 0.68 | 0.48 |
| Hex | 88 | 27 | CF | 22 | 51 | 0 | 13 | 113 | 44 | 30 |
| Octal | 210 | 47 | 317 | 42 | 121 | 0 | 23 | 423 | 104 | 60 |
| Binary | 10001000 | 100111 | 11001111 | 100010 | 1010001 | 0 | 10011 | 100010011 | 1000100 | 110000 |
Color Harmonies of #8827CF
Complementary color
Monochromatic Colors of #8827CF
Black with #8827CF
Text Example
Text Example
White with #8827CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8827CF; }
p { color: rgb(136,39,207); }
H1.HeaderClassName
{
color: #8827CF;
}
.AnyTagClassName
{
color: #8827CF;
}
</style>
background-color css
<style>
a { background-color: #8827CF; }
a { background-color: rgb(136,39,207); }
div.DivClassName
{
background-color: #8827CF;
}
.BgClassName
{
background-color: #8827CF;
}
</style>
border-color css
<style>
span { border-color: #8827CF; }
span { border-color: rgb(136,39,207); }
td.TdClassName
{
border-color: #8827CF;
}
.TagClassName
{
border-color: #8827CF;
}
</style>