Shades of Blue Violet #9536DC
Tints of Blue Violet #9536DC
RGB
CMYK
RGB Variations
Color information
#9536DC (or 0x9536DC) is known color: Blue Violet. HEX triplet: 95, 36 and DC. RGB value is (149,54,220). Sum of RGB (Red+Green+Blue) = 149+54+220=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 54 (21.48% from 255 or 12.77% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #9536DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9536DC is #6AC923. Grayscale: #646464. Windows color (decimal): -6998308 or 14431893. OLE color: 14431893.
HSL color Cylindrical-coordinate representation of color #9536DC: hue angle of 274.34º 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 #9536DC is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 54 | 220 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.14 |
| HSL | 274.34º | 0.7% | 0.54% | - |
| HSV(B) | 274.34º | 0.75% | 0.86% | - |
| XYZ | 26.63 | 14.2 | 69.05 | - |
| YUV | 101.33 | 194.97 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 54 | 220 | 0.32 | 0.75 | 0 | 0.14 | 274.34 | 0.7 | 0.54 |
| Hex | 95 | 36 | DC | 20 | 4B | 0 | E | 112 | 46 | 36 |
| Octal | 225 | 66 | 334 | 40 | 113 | 0 | 16 | 422 | 106 | 66 |
| Binary | 10010101 | 110110 | 11011100 | 100000 | 1001011 | 0 | 1110 | 100010010 | 1000110 | 110110 |
Color Harmonies of #9536DC
Complementary color
Monochromatic Colors of #9536DC
Black with #9536DC
Text Example
Text Example
White with #9536DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9536DC; }
p { color: rgb(149,54,220); }
H1.HeaderClassName
{
color: #9536DC;
}
.AnyTagClassName
{
color: #9536DC;
}
</style>
background-color css
<style>
a { background-color: #9536DC; }
a { background-color: rgb(149,54,220); }
div.DivClassName
{
background-color: #9536DC;
}
.BgClassName
{
background-color: #9536DC;
}
</style>
border-color css
<style>
span { border-color: #9536DC; }
span { border-color: rgb(149,54,220); }
td.TdClassName
{
border-color: #9536DC;
}
.TagClassName
{
border-color: #9536DC;
}
</style>