Shades of Blue Violet #9437EA
Tints of Blue Violet #9437EA
RGB
CMYK
RGB Variations
Color information
#9437EA (or 0x9437EA) is known color: Blue Violet. HEX triplet: 94, 37 and EA. RGB value is (148,55,234). Sum of RGB (Red+Green+Blue) = 148+55+234=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 55 (21.88% from 255 or 12.59% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #9437EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9437EA is #6BC815. Grayscale: #666666. Windows color (decimal): -7063574 or 15349652. OLE color: 15349652.
HSL color Cylindrical-coordinate representation of color #9437EA: hue angle of 271.17º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9437EA is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 55 | 234 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.08 |
| HSL | 271.17º | 0.81% | 0.57% | - |
| HSV(B) | 271.17º | 0.76% | 0.92% | - |
| XYZ | 28.43 | 14.97 | 79.23 | - |
| YUV | 103.21 | 201.81 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 234 | 0.37 | 0.76 | 0 | 0.08 | 271.17 | 0.81 | 0.57 |
| Hex | 94 | 37 | EA | 25 | 4C | 0 | 8 | 10F | 51 | 39 |
| Octal | 224 | 67 | 352 | 45 | 114 | 0 | 10 | 417 | 121 | 71 |
| Binary | 10010100 | 110111 | 11101010 | 100101 | 1001100 | 0 | 1000 | 100001111 | 1010001 | 111001 |
Color Harmonies of #9437EA
Complementary color
Monochromatic Colors of #9437EA
Black with #9437EA
Text Example
Text Example
White with #9437EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9437EA; }
p { color: rgb(148,55,234); }
H1.HeaderClassName
{
color: #9437EA;
}
.AnyTagClassName
{
color: #9437EA;
}
</style>
background-color css
<style>
a { background-color: #9437EA; }
a { background-color: rgb(148,55,234); }
div.DivClassName
{
background-color: #9437EA;
}
.BgClassName
{
background-color: #9437EA;
}
</style>
border-color css
<style>
span { border-color: #9437EA; }
span { border-color: rgb(148,55,234); }
td.TdClassName
{
border-color: #9437EA;
}
.TagClassName
{
border-color: #9437EA;
}
</style>