Shades of Blue Violet #9318DE
Tints of Blue Violet #9318DE
RGB
CMYK
RGB Variations
Color information
#9318DE (or 0x9318DE) is known color: Blue Violet. HEX triplet: 93, 18 and DE. RGB value is (147,24,222). Sum of RGB (Red+Green+Blue) = 147+24+222=393 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.40% from 393); Green value is 24 (9.77% from 255 or 6.11% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #9318DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9318DE is #6CE721. Grayscale: #525252. Windows color (decimal): -7137058 or 14555283. OLE color: 14555283.
HSL color Cylindrical-coordinate representation of color #9318DE: hue angle of 277.27º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9318DE is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 147 | 24 | 222 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.13 |
| HSL | 277.27º | 0.8% | 0.48% | - |
| HSV(B) | 277.27º | 0.89% | 0.87% | - |
| XYZ | 25.54 | 12.13 | 70.1 | - |
| YUV | 83.35 | 206.25 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 24 | 222 | 0.34 | 0.89 | 0 | 0.13 | 277.27 | 0.8 | 0.48 |
| Hex | 93 | 18 | DE | 22 | 59 | 0 | D | 115 | 50 | 30 |
| Octal | 223 | 30 | 336 | 42 | 131 | 0 | 15 | 425 | 120 | 60 |
| Binary | 10010011 | 11000 | 11011110 | 100010 | 1011001 | 0 | 1101 | 100010101 | 1010000 | 110000 |
Color Harmonies of #9318DE
Complementary color
Monochromatic Colors of #9318DE
Black with #9318DE
Text Example
Text Example
White with #9318DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9318DE; }
p { color: rgb(147,24,222); }
H1.HeaderClassName
{
color: #9318DE;
}
.AnyTagClassName
{
color: #9318DE;
}
</style>
background-color css
<style>
a { background-color: #9318DE; }
a { background-color: rgb(147,24,222); }
div.DivClassName
{
background-color: #9318DE;
}
.BgClassName
{
background-color: #9318DE;
}
</style>
border-color css
<style>
span { border-color: #9318DE; }
span { border-color: rgb(147,24,222); }
td.TdClassName
{
border-color: #9318DE;
}
.TagClassName
{
border-color: #9318DE;
}
</style>