Shades of Blue Violet #8819CD
Tints of Blue Violet #8819CD
RGB
CMYK
RGB Variations
Color information
#8819CD (or 0x8819CD) is known color: Blue Violet. HEX triplet: 88, 19 and CD. RGB value is (136,25,205). Sum of RGB (Red+Green+Blue) = 136+25+205=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #8819CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8819CD is #77E632. Grayscale: #4E4E4E. Windows color (decimal): -7857715 or 13441416. OLE color: 13441416.
HSL color Cylindrical-coordinate representation of color #8819CD: hue angle of 277º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8819CD is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 25 | 205 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.20 |
| HSL | 277º | 0.78% | 0.45% | - |
| HSV(B) | 277º | 0.88% | 0.8% | - |
| XYZ | 21.52 | 10.34 | 58.62 | - |
| YUV | 78.71 | 199.27 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 205 | 0.34 | 0.88 | 0 | 0.20 | 277 | 0.78 | 0.45 |
| Hex | 88 | 19 | CD | 22 | 58 | 0 | 14 | 115 | 4E | 2D |
| Octal | 210 | 31 | 315 | 42 | 130 | 0 | 24 | 425 | 116 | 55 |
| Binary | 10001000 | 11001 | 11001101 | 100010 | 1011000 | 0 | 10100 | 100010101 | 1001110 | 101101 |
Color Harmonies of #8819CD
Complementary color
Monochromatic Colors of #8819CD
Black with #8819CD
Text Example
Text Example
White with #8819CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8819CD; }
p { color: rgb(136,25,205); }
H1.HeaderClassName
{
color: #8819CD;
}
.AnyTagClassName
{
color: #8819CD;
}
</style>
background-color css
<style>
a { background-color: #8819CD; }
a { background-color: rgb(136,25,205); }
div.DivClassName
{
background-color: #8819CD;
}
.BgClassName
{
background-color: #8819CD;
}
</style>
border-color css
<style>
span { border-color: #8819CD; }
span { border-color: rgb(136,25,205); }
td.TdClassName
{
border-color: #8819CD;
}
.TagClassName
{
border-color: #8819CD;
}
</style>