Shades of Blue Violet #9326DF
Tints of Blue Violet #9326DF
RGB
CMYK
RGB Variations
Color information
#9326DF (or 0x9326DF) is known color: Blue Violet. HEX triplet: 93, 26 and DF. RGB value is (147,38,223). Sum of RGB (Red+Green+Blue) = 147+38+223=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #9326DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9326DF is #6CD920. Grayscale: #5B5B5B. Windows color (decimal): -7133473 or 14624403. OLE color: 14624403.
HSL color Cylindrical-coordinate representation of color #9326DF: hue angle of 275.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9326DF is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 38 | 223 | - |
| CMYK | 0.34 | 0.83 | 0 | 0.13 |
| HSL | 275.35º | 0.74% | 0.51% | - |
| HSV(B) | 275.35º | 0.83% | 0.87% | - |
| XYZ | 26.05 | 12.92 | 70.93 | - |
| YUV | 91.68 | 202.11 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 38 | 223 | 0.34 | 0.83 | 0 | 0.13 | 275.35 | 0.74 | 0.51 |
| Hex | 93 | 26 | DF | 22 | 53 | 0 | D | 113 | 4A | 33 |
| Octal | 223 | 46 | 337 | 42 | 123 | 0 | 15 | 423 | 112 | 63 |
| Binary | 10010011 | 100110 | 11011111 | 100010 | 1010011 | 0 | 1101 | 100010011 | 1001010 | 110011 |
Color Harmonies of #9326DF
Complementary color
Monochromatic Colors of #9326DF
Black with #9326DF
Text Example
Text Example
White with #9326DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9326DF; }
p { color: rgb(147,38,223); }
H1.HeaderClassName
{
color: #9326DF;
}
.AnyTagClassName
{
color: #9326DF;
}
</style>
background-color css
<style>
a { background-color: #9326DF; }
a { background-color: rgb(147,38,223); }
div.DivClassName
{
background-color: #9326DF;
}
.BgClassName
{
background-color: #9326DF;
}
</style>
border-color css
<style>
span { border-color: #9326DF; }
span { border-color: rgb(147,38,223); }
td.TdClassName
{
border-color: #9326DF;
}
.TagClassName
{
border-color: #9326DF;
}
</style>