Shades of Blue Violet #9340DB
Tints of Blue Violet #9340DB
RGB
CMYK
RGB Variations
Color information
#9340DB (or 0x9340DB) is known color: Blue Violet. HEX triplet: 93, 40 and DB. RGB value is (147,64,219). Sum of RGB (Red+Green+Blue) = 147+64+219=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #9340DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9340DB is #6CBF24. Grayscale: #696969. Windows color (decimal): -7126821 or 14368915. OLE color: 14368915.
HSL color Cylindrical-coordinate representation of color #9340DB: hue angle of 272.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9340DB is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 64 | 219 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.14 |
| HSL | 272.13º | 0.68% | 0.55% | - |
| HSV(B) | 272.13º | 0.71% | 0.86% | - |
| XYZ | 26.65 | 14.98 | 68.51 | - |
| YUV | 106.49 | 191.5 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 219 | 0.33 | 0.71 | 0 | 0.14 | 272.13 | 0.68 | 0.55 |
| Hex | 93 | 40 | DB | 21 | 47 | 0 | E | 110 | 44 | 37 |
| Octal | 223 | 100 | 333 | 41 | 107 | 0 | 16 | 420 | 104 | 67 |
| Binary | 10010011 | 1000000 | 11011011 | 100001 | 1000111 | 0 | 1110 | 100010000 | 1000100 | 110111 |
Color Harmonies of #9340DB
Complementary color
Monochromatic Colors of #9340DB
Black with #9340DB
Text Example
Text Example
White with #9340DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9340DB; }
p { color: rgb(147,64,219); }
H1.HeaderClassName
{
color: #9340DB;
}
.AnyTagClassName
{
color: #9340DB;
}
</style>
background-color css
<style>
a { background-color: #9340DB; }
a { background-color: rgb(147,64,219); }
div.DivClassName
{
background-color: #9340DB;
}
.BgClassName
{
background-color: #9340DB;
}
</style>
border-color css
<style>
span { border-color: #9340DB; }
span { border-color: rgb(147,64,219); }
td.TdClassName
{
border-color: #9340DB;
}
.TagClassName
{
border-color: #9340DB;
}
</style>