Shades of Blue Violet #9331E5
Tints of Blue Violet #9331E5
RGB
CMYK
RGB Variations
Color information
#9331E5 (or 0x9331E5) is known color: Blue Violet. HEX triplet: 93, 31 and E5. RGB value is (147,49,229). Sum of RGB (Red+Green+Blue) = 147+49+229=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #9331E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9331E5 is #6CCE1A. Grayscale: #626262. Windows color (decimal): -7130651 or 15020435. OLE color: 15020435.
HSL color Cylindrical-coordinate representation of color #9331E5: hue angle of 272.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9331E5 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 49 | 229 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.10 |
| HSL | 272.67º | 0.78% | 0.55% | - |
| HSV(B) | 272.67º | 0.79% | 0.9% | - |
| XYZ | 27.27 | 14.06 | 75.4 | - |
| YUV | 98.82 | 201.47 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 49 | 229 | 0.36 | 0.79 | 0 | 0.10 | 272.67 | 0.78 | 0.55 |
| Hex | 93 | 31 | E5 | 24 | 4F | 0 | A | 111 | 4E | 37 |
| Octal | 223 | 61 | 345 | 44 | 117 | 0 | 12 | 421 | 116 | 67 |
| Binary | 10010011 | 110001 | 11100101 | 100100 | 1001111 | 0 | 1010 | 100010001 | 1001110 | 110111 |
Color Harmonies of #9331E5
Complementary color
Monochromatic Colors of #9331E5
Black with #9331E5
Text Example
Text Example
White with #9331E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9331E5; }
p { color: rgb(147,49,229); }
H1.HeaderClassName
{
color: #9331E5;
}
.AnyTagClassName
{
color: #9331E5;
}
</style>
background-color css
<style>
a { background-color: #9331E5; }
a { background-color: rgb(147,49,229); }
div.DivClassName
{
background-color: #9331E5;
}
.BgClassName
{
background-color: #9331E5;
}
</style>
border-color css
<style>
span { border-color: #9331E5; }
span { border-color: rgb(147,49,229); }
td.TdClassName
{
border-color: #9331E5;
}
.TagClassName
{
border-color: #9331E5;
}
</style>