Shades of Blue Violet #9237F1
Tints of Blue Violet #9237F1
RGB
CMYK
RGB Variations
Color information
#9237F1 (or 0x9237F1) is known color: Blue Violet. HEX triplet: 92, 37 and F1. RGB value is (146,55,241). Sum of RGB (Red+Green+Blue) = 146+55+241=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #9237F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9237F1 is #6DC80E. Grayscale: #666666. Windows color (decimal): -7194639 or 15808402. OLE color: 15808402.
HSL color Cylindrical-coordinate representation of color #9237F1: hue angle of 269.35º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9237F1 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 55 | 241 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.05 |
| HSL | 269.35º | 0.87% | 0.58% | - |
| HSV(B) | 269.35º | 0.77% | 0.95% | - |
| XYZ | 29.1 | 15.19 | 84.62 | - |
| YUV | 103.41 | 205.65 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 241 | 0.39 | 0.77 | 0 | 0.05 | 269.35 | 0.87 | 0.58 |
| Hex | 92 | 37 | F1 | 27 | 4D | 0 | 5 | 10D | 57 | 3A |
| Octal | 222 | 67 | 361 | 47 | 115 | 0 | 5 | 415 | 127 | 72 |
| Binary | 10010010 | 110111 | 11110001 | 100111 | 1001101 | 0 | 101 | 100001101 | 1010111 | 111010 |
Color Harmonies of #9237F1
Complementary color
Monochromatic Colors of #9237F1
Black with #9237F1
Text Example
Text Example
White with #9237F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9237F1; }
p { color: rgb(146,55,241); }
H1.HeaderClassName
{
color: #9237F1;
}
.AnyTagClassName
{
color: #9237F1;
}
</style>
background-color css
<style>
a { background-color: #9237F1; }
a { background-color: rgb(146,55,241); }
div.DivClassName
{
background-color: #9237F1;
}
.BgClassName
{
background-color: #9237F1;
}
</style>
border-color css
<style>
span { border-color: #9237F1; }
span { border-color: rgb(146,55,241); }
td.TdClassName
{
border-color: #9237F1;
}
.TagClassName
{
border-color: #9237F1;
}
</style>