Shades of Blue Violet #9328DF
Tints of Blue Violet #9328DF
RGB
CMYK
RGB Variations
Color information
#9328DF (or 0x9328DF) is known color: Blue Violet. HEX triplet: 93, 28 and DF. RGB value is (147,40,223). Sum of RGB (Red+Green+Blue) = 147+40+223=410 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.85% from 410); Green value is 40 (16.02% from 255 or 9.76% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #9328DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9328DF is #6CD720. Grayscale: #5C5C5C. Windows color (decimal): -7132961 or 14624915. OLE color: 14624915.
HSL color Cylindrical-coordinate representation of color #9328DF: hue angle of 275.08º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9328DF is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 40 | 223 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.13 |
| HSL | 275.08º | 0.74% | 0.52% | - |
| HSV(B) | 275.08º | 0.82% | 0.87% | - |
| XYZ | 26.11 | 13.05 | 70.95 | - |
| YUV | 92.86 | 201.45 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 223 | 0.34 | 0.82 | 0 | 0.13 | 275.08 | 0.74 | 0.52 |
| Hex | 93 | 28 | DF | 22 | 52 | 0 | D | 113 | 4A | 34 |
| Octal | 223 | 50 | 337 | 42 | 122 | 0 | 15 | 423 | 112 | 64 |
| Binary | 10010011 | 101000 | 11011111 | 100010 | 1010010 | 0 | 1101 | 100010011 | 1001010 | 110100 |
Color Harmonies of #9328DF
Complementary color
Monochromatic Colors of #9328DF
Black with #9328DF
Text Example
Text Example
White with #9328DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9328DF; }
p { color: rgb(147,40,223); }
H1.HeaderClassName
{
color: #9328DF;
}
.AnyTagClassName
{
color: #9328DF;
}
</style>
background-color css
<style>
a { background-color: #9328DF; }
a { background-color: rgb(147,40,223); }
div.DivClassName
{
background-color: #9328DF;
}
.BgClassName
{
background-color: #9328DF;
}
</style>
border-color css
<style>
span { border-color: #9328DF; }
span { border-color: rgb(147,40,223); }
td.TdClassName
{
border-color: #9328DF;
}
.TagClassName
{
border-color: #9328DF;
}
</style>