Shades of Blue Violet #9336E1
Tints of Blue Violet #9336E1
RGB
CMYK
RGB Variations
Color information
#9336E1 (or 0x9336E1) is known color: Blue Violet. HEX triplet: 93, 36 and E1. RGB value is (147,54,225). Sum of RGB (Red+Green+Blue) = 147+54+225=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 225 (88.28% from 255 or 52.82% from 426); Max value from RGB is 225 - color contains mainly: blue. Hex color #9336E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9336E1 is #6CC91E. Grayscale: #646464. Windows color (decimal): -7129375 or 14759571. OLE color: 14759571.
HSL color Cylindrical-coordinate representation of color #9336E1: hue angle of 272.63º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9336E1 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 147 | 54 | 225 | - |
| CMYK | 0.35 | 0.76 | 0 | 0.12 |
| HSL | 272.63º | 0.74% | 0.55% | - |
| HSV(B) | 272.63º | 0.76% | 0.88% | - |
| XYZ | 26.94 | 14.28 | 72.57 | - |
| YUV | 101.3 | 197.81 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 54 | 225 | 0.35 | 0.76 | 0 | 0.12 | 272.63 | 0.74 | 0.55 |
| Hex | 93 | 36 | E1 | 23 | 4C | 0 | C | 111 | 4A | 37 |
| Octal | 223 | 66 | 341 | 43 | 114 | 0 | 14 | 421 | 112 | 67 |
| Binary | 10010011 | 110110 | 11100001 | 100011 | 1001100 | 0 | 1100 | 100010001 | 1001010 | 110111 |
Color Harmonies of #9336E1
Complementary color
Monochromatic Colors of #9336E1
Black with #9336E1
Text Example
Text Example
White with #9336E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9336E1; }
p { color: rgb(147,54,225); }
H1.HeaderClassName
{
color: #9336E1;
}
.AnyTagClassName
{
color: #9336E1;
}
</style>
background-color css
<style>
a { background-color: #9336E1; }
a { background-color: rgb(147,54,225); }
div.DivClassName
{
background-color: #9336E1;
}
.BgClassName
{
background-color: #9336E1;
}
</style>
border-color css
<style>
span { border-color: #9336E1; }
span { border-color: rgb(147,54,225); }
td.TdClassName
{
border-color: #9336E1;
}
.TagClassName
{
border-color: #9336E1;
}
</style>