Shades of Blue Violet #9737E0
Tints of Blue Violet #9737E0
RGB
CMYK
RGB Variations
Color information
#9737E0 (or 0x9737E0) is known color: Blue Violet. HEX triplet: 97, 37 and E0. RGB value is (151,55,224). Sum of RGB (Red+Green+Blue) = 151+55+224=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 55 (21.88% from 255 or 12.79% from 430); Blue value is 224 (87.89% from 255 or 52.09% from 430); Max value from RGB is 224 - color contains mainly: blue. Hex color #9737E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9737E0 is #68C81F. Grayscale: #666666. Windows color (decimal): -6866976 or 14694295. OLE color: 14694295.
HSL color Cylindrical-coordinate representation of color #9737E0: hue angle of 274.08º 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 #9737E0 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 55 | 224 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.12 |
| HSL | 274.08º | 0.73% | 0.55% | - |
| HSV(B) | 274.08º | 0.75% | 0.88% | - |
| XYZ | 27.58 | 14.69 | 71.9 | - |
| YUV | 102.97 | 196.3 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 55 | 224 | 0.33 | 0.75 | 0 | 0.12 | 274.08 | 0.73 | 0.55 |
| Hex | 97 | 37 | E0 | 21 | 4B | 0 | C | 112 | 49 | 37 |
| Octal | 227 | 67 | 340 | 41 | 113 | 0 | 14 | 422 | 111 | 67 |
| Binary | 10010111 | 110111 | 11100000 | 100001 | 1001011 | 0 | 1100 | 100010010 | 1001001 | 110111 |
Color Harmonies of #9737E0
Complementary color
Monochromatic Colors of #9737E0
Black with #9737E0
Text Example
Text Example
White with #9737E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9737E0; }
p { color: rgb(151,55,224); }
H1.HeaderClassName
{
color: #9737E0;
}
.AnyTagClassName
{
color: #9737E0;
}
</style>
background-color css
<style>
a { background-color: #9737E0; }
a { background-color: rgb(151,55,224); }
div.DivClassName
{
background-color: #9737E0;
}
.BgClassName
{
background-color: #9737E0;
}
</style>
border-color css
<style>
span { border-color: #9737E0; }
span { border-color: rgb(151,55,224); }
td.TdClassName
{
border-color: #9737E0;
}
.TagClassName
{
border-color: #9737E0;
}
</style>