Shades of Blue Violet #9334DB
Tints of Blue Violet #9334DB
RGB
CMYK
RGB Variations
Color information
#9334DB (or 0x9334DB) is known color: Blue Violet. HEX triplet: 93, 34 and DB. RGB value is (147,52,219). Sum of RGB (Red+Green+Blue) = 147+52+219=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 52 (20.70% from 255 or 12.44% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #9334DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9334DB is #6CCB24. Grayscale: #626262. Windows color (decimal): -7129893 or 14365843. OLE color: 14365843.
HSL color Cylindrical-coordinate representation of color #9334DB: hue angle of 274.13º 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 #9334DB is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 52 | 219 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.14 |
| HSL | 274.13º | 0.7% | 0.53% | - |
| HSV(B) | 274.13º | 0.76% | 0.86% | - |
| XYZ | 26.05 | 13.77 | 68.3 | - |
| YUV | 99.44 | 195.47 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 52 | 219 | 0.33 | 0.76 | 0 | 0.14 | 274.13 | 0.7 | 0.53 |
| Hex | 93 | 34 | DB | 21 | 4C | 0 | E | 112 | 46 | 35 |
| Octal | 223 | 64 | 333 | 41 | 114 | 0 | 16 | 422 | 106 | 65 |
| Binary | 10010011 | 110100 | 11011011 | 100001 | 1001100 | 0 | 1110 | 100010010 | 1000110 | 110101 |
Color Harmonies of #9334DB
Complementary color
Monochromatic Colors of #9334DB
Black with #9334DB
Text Example
Text Example
White with #9334DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9334DB; }
p { color: rgb(147,52,219); }
H1.HeaderClassName
{
color: #9334DB;
}
.AnyTagClassName
{
color: #9334DB;
}
</style>
background-color css
<style>
a { background-color: #9334DB; }
a { background-color: rgb(147,52,219); }
div.DivClassName
{
background-color: #9334DB;
}
.BgClassName
{
background-color: #9334DB;
}
</style>
border-color css
<style>
span { border-color: #9334DB; }
span { border-color: rgb(147,52,219); }
td.TdClassName
{
border-color: #9334DB;
}
.TagClassName
{
border-color: #9334DB;
}
</style>