Shades of Blue Violet #8935DC
Tints of Blue Violet #8935DC
RGB
CMYK
RGB Variations
Color information
#8935DC (or 0x8935DC) is known color: Blue Violet. HEX triplet: 89, 35 and DC. RGB value is (137,53,220). Sum of RGB (Red+Green+Blue) = 137+53+220=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #8935DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8935DC is #76CA23. Grayscale: #606060. Windows color (decimal): -7784996 or 14431625. OLE color: 14431625.
HSL color Cylindrical-coordinate representation of color #8935DC: hue angle of 270.18º 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 #8935DC is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 53 | 220 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.14 |
| HSL | 270.18º | 0.7% | 0.54% | - |
| HSV(B) | 270.18º | 0.76% | 0.86% | - |
| XYZ | 24.51 | 13.03 | 68.93 | - |
| YUV | 97.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 53 | 220 | 0.38 | 0.76 | 0 | 0.14 | 270.18 | 0.7 | 0.54 |
| Hex | 89 | 35 | DC | 26 | 4C | 0 | E | 10E | 46 | 36 |
| Octal | 211 | 65 | 334 | 46 | 114 | 0 | 16 | 416 | 106 | 66 |
| Binary | 10001001 | 110101 | 11011100 | 100110 | 1001100 | 0 | 1110 | 100001110 | 1000110 | 110110 |
Color Harmonies of #8935DC
Complementary color
Monochromatic Colors of #8935DC
Black with #8935DC
Text Example
Text Example
White with #8935DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8935DC; }
p { color: rgb(137,53,220); }
H1.HeaderClassName
{
color: #8935DC;
}
.AnyTagClassName
{
color: #8935DC;
}
</style>
background-color css
<style>
a { background-color: #8935DC; }
a { background-color: rgb(137,53,220); }
div.DivClassName
{
background-color: #8935DC;
}
.BgClassName
{
background-color: #8935DC;
}
</style>
border-color css
<style>
span { border-color: #8935DC; }
span { border-color: rgb(137,53,220); }
td.TdClassName
{
border-color: #8935DC;
}
.TagClassName
{
border-color: #8935DC;
}
</style>