Shades of Blue Violet #8835DC
Tints of Blue Violet #8835DC
RGB
CMYK
RGB Variations
Color information
#8835DC (or 0x8835DC) is known color: Blue Violet. HEX triplet: 88, 35 and DC. RGB value is (136,53,220). Sum of RGB (Red+Green+Blue) = 136+53+220=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 220 (86.33% from 255 or 53.79% from 409); Max value from RGB is 220 - color contains mainly: blue. Hex color #8835DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8835DC is #77CA23. Grayscale: #606060. Windows color (decimal): -7850532 or 14431624. OLE color: 14431624.
HSL color Cylindrical-coordinate representation of color #8835DC: hue angle of 269.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8835DC is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 53 | 220 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.14 |
| HSL | 269.82º | 0.7% | 0.54% | - |
| HSV(B) | 269.82º | 0.76% | 0.86% | - |
| XYZ | 24.34 | 12.95 | 68.93 | - |
| YUV | 96.86 | 197.5 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 220 | 0.38 | 0.76 | 0 | 0.14 | 269.82 | 0.7 | 0.54 |
| Hex | 88 | 35 | DC | 26 | 4C | 0 | E | 10E | 46 | 36 |
| Octal | 210 | 65 | 334 | 46 | 114 | 0 | 16 | 416 | 106 | 66 |
| Binary | 10001000 | 110101 | 11011100 | 100110 | 1001100 | 0 | 1110 | 100001110 | 1000110 | 110110 |
Color Harmonies of #8835DC
Complementary color
Monochromatic Colors of #8835DC
Black with #8835DC
Text Example
Text Example
White with #8835DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8835DC; }
p { color: rgb(136,53,220); }
H1.HeaderClassName
{
color: #8835DC;
}
.AnyTagClassName
{
color: #8835DC;
}
</style>
background-color css
<style>
a { background-color: #8835DC; }
a { background-color: rgb(136,53,220); }
div.DivClassName
{
background-color: #8835DC;
}
.BgClassName
{
background-color: #8835DC;
}
</style>
border-color css
<style>
span { border-color: #8835DC; }
span { border-color: rgb(136,53,220); }
td.TdClassName
{
border-color: #8835DC;
}
.TagClassName
{
border-color: #8835DC;
}
</style>