Shades of Blue Violet #9437E0
Tints of Blue Violet #9437E0
RGB
CMYK
RGB Variations
Color information
#9437E0 (or 0x9437E0) is known color: Blue Violet. HEX triplet: 94, 37 and E0. RGB value is (148,55,224). Sum of RGB (Red+Green+Blue) = 148+55+224=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 55 (21.88% from 255 or 12.88% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #9437E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9437E0 is #6BC81F. Grayscale: #656565. Windows color (decimal): -7063584 or 14694292. OLE color: 14694292.
HSL color Cylindrical-coordinate representation of color #9437E0: hue angle of 273.02º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9437E0 is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 55 | 224 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.12 |
| HSL | 273.02º | 0.73% | 0.55% | - |
| HSV(B) | 273.02º | 0.75% | 0.88% | - |
| XYZ | 27.03 | 14.41 | 71.88 | - |
| YUV | 102.07 | 196.81 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 224 | 0.34 | 0.75 | 0 | 0.12 | 273.02 | 0.73 | 0.55 |
| Hex | 94 | 37 | E0 | 22 | 4B | 0 | C | 111 | 49 | 37 |
| Octal | 224 | 67 | 340 | 42 | 113 | 0 | 14 | 421 | 111 | 67 |
| Binary | 10010100 | 110111 | 11100000 | 100010 | 1001011 | 0 | 1100 | 100010001 | 1001001 | 110111 |
Color Harmonies of #9437E0
Complementary color
Monochromatic Colors of #9437E0
Black with #9437E0
Text Example
Text Example
White with #9437E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9437E0; }
p { color: rgb(148,55,224); }
H1.HeaderClassName
{
color: #9437E0;
}
.AnyTagClassName
{
color: #9437E0;
}
</style>
background-color css
<style>
a { background-color: #9437E0; }
a { background-color: rgb(148,55,224); }
div.DivClassName
{
background-color: #9437E0;
}
.BgClassName
{
background-color: #9437E0;
}
</style>
border-color css
<style>
span { border-color: #9437E0; }
span { border-color: rgb(148,55,224); }
td.TdClassName
{
border-color: #9437E0;
}
.TagClassName
{
border-color: #9437E0;
}
</style>