Shades of Blue Violet #9336DB
Tints of Blue Violet #9336DB
RGB
CMYK
RGB Variations
Color information
#9336DB (or 0x9336DB) is known color: Blue Violet. HEX triplet: 93, 36 and DB. RGB value is (147,54,219). Sum of RGB (Red+Green+Blue) = 147+54+219=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #9336DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9336DB is #6CC924. Grayscale: #646464. Windows color (decimal): -7129381 or 14366355. OLE color: 14366355.
HSL color Cylindrical-coordinate representation of color #9336DB: hue angle of 273.82º 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 #9336DB is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 54 | 219 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.14 |
| HSL | 273.82º | 0.7% | 0.54% | - |
| HSV(B) | 273.82º | 0.75% | 0.86% | - |
| XYZ | 26.14 | 13.96 | 68.33 | - |
| YUV | 100.62 | 194.81 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 54 | 219 | 0.33 | 0.75 | 0 | 0.14 | 273.82 | 0.7 | 0.54 |
| Hex | 93 | 36 | DB | 21 | 4B | 0 | E | 112 | 46 | 36 |
| Octal | 223 | 66 | 333 | 41 | 113 | 0 | 16 | 422 | 106 | 66 |
| Binary | 10010011 | 110110 | 11011011 | 100001 | 1001011 | 0 | 1110 | 100010010 | 1000110 | 110110 |
Color Harmonies of #9336DB
Complementary color
Monochromatic Colors of #9336DB
Black with #9336DB
Text Example
Text Example
White with #9336DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9336DB; }
p { color: rgb(147,54,219); }
H1.HeaderClassName
{
color: #9336DB;
}
.AnyTagClassName
{
color: #9336DB;
}
</style>
background-color css
<style>
a { background-color: #9336DB; }
a { background-color: rgb(147,54,219); }
div.DivClassName
{
background-color: #9336DB;
}
.BgClassName
{
background-color: #9336DB;
}
</style>
border-color css
<style>
span { border-color: #9336DB; }
span { border-color: rgb(147,54,219); }
td.TdClassName
{
border-color: #9336DB;
}
.TagClassName
{
border-color: #9336DB;
}
</style>