Shades of Blue Violet #9430E5
Tints of Blue Violet #9430E5
RGB
CMYK
RGB Variations
Color information
#9430E5 (or 0x9430E5) is known color: Blue Violet. HEX triplet: 94, 30 and E5. RGB value is (148,48,229). Sum of RGB (Red+Green+Blue) = 148+48+229=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 48 (19.14% from 255 or 11.29% 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 #9430E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9430E5 is #6BCF1A. Grayscale: #616161. Windows color (decimal): -7065371 or 15020180. OLE color: 15020180.
HSL color Cylindrical-coordinate representation of color #9430E5: hue angle of 273.15º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9430E5 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 48 | 229 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.10 |
| HSL | 273.15º | 0.78% | 0.54% | - |
| HSV(B) | 273.15º | 0.79% | 0.9% | - |
| XYZ | 27.41 | 14.07 | 75.4 | - |
| YUV | 98.53 | 201.63 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 48 | 229 | 0.35 | 0.79 | 0 | 0.10 | 273.15 | 0.78 | 0.54 |
| Hex | 94 | 30 | E5 | 23 | 4F | 0 | A | 111 | 4E | 36 |
| Octal | 224 | 60 | 345 | 43 | 117 | 0 | 12 | 421 | 116 | 66 |
| Binary | 10010100 | 110000 | 11100101 | 100011 | 1001111 | 0 | 1010 | 100010001 | 1001110 | 110110 |
Color Harmonies of #9430E5
Complementary color
Monochromatic Colors of #9430E5
Black with #9430E5
Text Example
Text Example
White with #9430E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9430E5; }
p { color: rgb(148,48,229); }
H1.HeaderClassName
{
color: #9430E5;
}
.AnyTagClassName
{
color: #9430E5;
}
</style>
background-color css
<style>
a { background-color: #9430E5; }
a { background-color: rgb(148,48,229); }
div.DivClassName
{
background-color: #9430E5;
}
.BgClassName
{
background-color: #9430E5;
}
</style>
border-color css
<style>
span { border-color: #9430E5; }
span { border-color: rgb(148,48,229); }
td.TdClassName
{
border-color: #9430E5;
}
.TagClassName
{
border-color: #9430E5;
}
</style>