Shades of Blue Violet #8936DC
Tints of Blue Violet #8936DC
RGB
CMYK
RGB Variations
Color information
#8936DC (or 0x8936DC) is known color: Blue Violet. HEX triplet: 89, 36 and DC. RGB value is (137,54,220). Sum of RGB (Red+Green+Blue) = 137+54+220=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #8936DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8936DC is #76C923. Grayscale: #616161. Windows color (decimal): -7784740 or 14431881. OLE color: 14431881.
HSL color Cylindrical-coordinate representation of color #8936DC: hue angle of 270º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8936DC is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 54 | 220 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.14 |
| HSL | 270º | 0.7% | 0.54% | - |
| HSV(B) | 270º | 0.75% | 0.86% | - |
| XYZ | 24.55 | 13.12 | 68.95 | - |
| YUV | 97.74 | 197 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 54 | 220 | 0.38 | 0.75 | 0 | 0.14 | 270 | 0.7 | 0.54 |
| Hex | 89 | 36 | DC | 26 | 4B | 0 | E | 10E | 46 | 36 |
| Octal | 211 | 66 | 334 | 46 | 113 | 0 | 16 | 416 | 106 | 66 |
| Binary | 10001001 | 110110 | 11011100 | 100110 | 1001011 | 0 | 1110 | 100001110 | 1000110 | 110110 |
Color Harmonies of #8936DC
Complementary color
Monochromatic Colors of #8936DC
Black with #8936DC
Text Example
Text Example
White with #8936DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8936DC; }
p { color: rgb(137,54,220); }
H1.HeaderClassName
{
color: #8936DC;
}
.AnyTagClassName
{
color: #8936DC;
}
</style>
background-color css
<style>
a { background-color: #8936DC; }
a { background-color: rgb(137,54,220); }
div.DivClassName
{
background-color: #8936DC;
}
.BgClassName
{
background-color: #8936DC;
}
</style>
border-color css
<style>
span { border-color: #8936DC; }
span { border-color: rgb(137,54,220); }
td.TdClassName
{
border-color: #8936DC;
}
.TagClassName
{
border-color: #8936DC;
}
</style>