Shades of Blue Violet #8817D2
Tints of Blue Violet #8817D2
RGB
CMYK
RGB Variations
Color information
#8817D2 (or 0x8817D2) is known color: Blue Violet. HEX triplet: 88, 17 and D2. RGB value is (136,23,210). Sum of RGB (Red+Green+Blue) = 136+23+210=369 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.86% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #8817D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8817D2 is #77E82D. Grayscale: #4D4D4D. Windows color (decimal): -7858222 or 13768584. OLE color: 13768584.
HSL color Cylindrical-coordinate representation of color #8817D2: hue angle of 276.26º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8817D2 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 23 | 210 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.18 |
| HSL | 276.26º | 0.8% | 0.46% | - |
| HSV(B) | 276.26º | 0.89% | 0.82% | - |
| XYZ | 22.09 | 10.5 | 61.84 | - |
| YUV | 78.11 | 202.44 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 210 | 0.35 | 0.89 | 0 | 0.18 | 276.26 | 0.8 | 0.46 |
| Hex | 88 | 17 | D2 | 23 | 59 | 0 | 12 | 114 | 50 | 2E |
| Octal | 210 | 27 | 322 | 43 | 131 | 0 | 22 | 424 | 120 | 56 |
| Binary | 10001000 | 10111 | 11010010 | 100011 | 1011001 | 0 | 10010 | 100010100 | 1010000 | 101110 |
Color Harmonies of #8817D2
Complementary color
Monochromatic Colors of #8817D2
Black with #8817D2
Text Example
Text Example
White with #8817D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8817D2; }
p { color: rgb(136,23,210); }
H1.HeaderClassName
{
color: #8817D2;
}
.AnyTagClassName
{
color: #8817D2;
}
</style>
background-color css
<style>
a { background-color: #8817D2; }
a { background-color: rgb(136,23,210); }
div.DivClassName
{
background-color: #8817D2;
}
.BgClassName
{
background-color: #8817D2;
}
</style>
border-color css
<style>
span { border-color: #8817D2; }
span { border-color: rgb(136,23,210); }
td.TdClassName
{
border-color: #8817D2;
}
.TagClassName
{
border-color: #8817D2;
}
</style>