Shades of Blue Violet #9327DB
Tints of Blue Violet #9327DB
RGB
CMYK
RGB Variations
Color information
#9327DB (or 0x9327DB) is known color: Blue Violet. HEX triplet: 93, 27 and DB. RGB value is (147,39,219). Sum of RGB (Red+Green+Blue) = 147+39+219=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #9327DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9327DB is #6CD824. Grayscale: #5B5B5B. Windows color (decimal): -7133221 or 14362515. OLE color: 14362515.
HSL color Cylindrical-coordinate representation of color #9327DB: hue angle of 276º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9327DB is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 39 | 219 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.14 |
| HSL | 276º | 0.71% | 0.51% | - |
| HSV(B) | 276º | 0.82% | 0.86% | - |
| XYZ | 25.54 | 12.77 | 68.14 | - |
| YUV | 91.81 | 199.78 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 39 | 219 | 0.33 | 0.82 | 0 | 0.14 | 276 | 0.71 | 0.51 |
| Hex | 93 | 27 | DB | 21 | 52 | 0 | E | 114 | 47 | 33 |
| Octal | 223 | 47 | 333 | 41 | 122 | 0 | 16 | 424 | 107 | 63 |
| Binary | 10010011 | 100111 | 11011011 | 100001 | 1010010 | 0 | 1110 | 100010100 | 1000111 | 110011 |
Color Harmonies of #9327DB
Complementary color
Monochromatic Colors of #9327DB
Black with #9327DB
Text Example
Text Example
White with #9327DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9327DB; }
p { color: rgb(147,39,219); }
H1.HeaderClassName
{
color: #9327DB;
}
.AnyTagClassName
{
color: #9327DB;
}
</style>
background-color css
<style>
a { background-color: #9327DB; }
a { background-color: rgb(147,39,219); }
div.DivClassName
{
background-color: #9327DB;
}
.BgClassName
{
background-color: #9327DB;
}
</style>
border-color css
<style>
span { border-color: #9327DB; }
span { border-color: rgb(147,39,219); }
td.TdClassName
{
border-color: #9327DB;
}
.TagClassName
{
border-color: #9327DB;
}
</style>