Shades of Blue Violet #9533DC
Tints of Blue Violet #9533DC
RGB
CMYK
RGB Variations
Color information
#9533DC (or 0x9533DC) is known color: Blue Violet. HEX triplet: 95, 33 and DC. RGB value is (149,51,220). Sum of RGB (Red+Green+Blue) = 149+51+220=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 51 (20.31% from 255 or 12.14% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #9533DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9533DC is #6ACC23. Grayscale: #626262. Windows color (decimal): -6999076 or 14431125. OLE color: 14431125.
HSL color Cylindrical-coordinate representation of color #9533DC: hue angle of 274.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9533DC is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 51 | 220 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.14 |
| HSL | 274.79º | 0.71% | 0.53% | - |
| HSV(B) | 274.79º | 0.77% | 0.86% | - |
| XYZ | 26.5 | 13.92 | 69 | - |
| YUV | 99.57 | 195.97 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 51 | 220 | 0.32 | 0.77 | 0 | 0.14 | 274.79 | 0.71 | 0.53 |
| Hex | 95 | 33 | DC | 20 | 4D | 0 | E | 113 | 47 | 35 |
| Octal | 225 | 63 | 334 | 40 | 115 | 0 | 16 | 423 | 107 | 65 |
| Binary | 10010101 | 110011 | 11011100 | 100000 | 1001101 | 0 | 1110 | 100010011 | 1000111 | 110101 |
Color Harmonies of #9533DC
Complementary color
Monochromatic Colors of #9533DC
Black with #9533DC
Text Example
Text Example
White with #9533DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9533DC; }
p { color: rgb(149,51,220); }
H1.HeaderClassName
{
color: #9533DC;
}
.AnyTagClassName
{
color: #9533DC;
}
</style>
background-color css
<style>
a { background-color: #9533DC; }
a { background-color: rgb(149,51,220); }
div.DivClassName
{
background-color: #9533DC;
}
.BgClassName
{
background-color: #9533DC;
}
</style>
border-color css
<style>
span { border-color: #9533DC; }
span { border-color: rgb(149,51,220); }
td.TdClassName
{
border-color: #9533DC;
}
.TagClassName
{
border-color: #9533DC;
}
</style>