Shades of Blue Violet #9535DB
Tints of Blue Violet #9535DB
RGB
CMYK
RGB Variations
Color information
#9535DB (or 0x9535DB) is known color: Blue Violet. HEX triplet: 95, 35 and DB. RGB value is (149,53,219). Sum of RGB (Red+Green+Blue) = 149+53+219=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #9535DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9535DB is #6ACA24. Grayscale: #646464. Windows color (decimal): -6998565 or 14366101. OLE color: 14366101.
HSL color Cylindrical-coordinate representation of color #9535DB: hue angle of 274.7º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9535DB is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 53 | 219 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.14 |
| HSL | 274.7º | 0.7% | 0.53% | - |
| HSV(B) | 274.7º | 0.76% | 0.86% | - |
| XYZ | 26.45 | 14.05 | 68.34 | - |
| YUV | 100.63 | 194.8 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 53 | 219 | 0.32 | 0.76 | 0 | 0.14 | 274.7 | 0.7 | 0.53 |
| Hex | 95 | 35 | DB | 20 | 4C | 0 | E | 113 | 46 | 35 |
| Octal | 225 | 65 | 333 | 40 | 114 | 0 | 16 | 423 | 106 | 65 |
| Binary | 10010101 | 110101 | 11011011 | 100000 | 1001100 | 0 | 1110 | 100010011 | 1000110 | 110101 |
Color Harmonies of #9535DB
Complementary color
Monochromatic Colors of #9535DB
Black with #9535DB
Text Example
Text Example
White with #9535DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9535DB; }
p { color: rgb(149,53,219); }
H1.HeaderClassName
{
color: #9535DB;
}
.AnyTagClassName
{
color: #9535DB;
}
</style>
background-color css
<style>
a { background-color: #9535DB; }
a { background-color: rgb(149,53,219); }
div.DivClassName
{
background-color: #9535DB;
}
.BgClassName
{
background-color: #9535DB;
}
</style>
border-color css
<style>
span { border-color: #9535DB; }
span { border-color: rgb(149,53,219); }
td.TdClassName
{
border-color: #9535DB;
}
.TagClassName
{
border-color: #9535DB;
}
</style>