Shades of Blue Violet #9237DF
Tints of Blue Violet #9237DF
RGB
CMYK
RGB Variations
Color information
#9237DF (or 0x9237DF) is known color: Blue Violet. HEX triplet: 92, 37 and DF. RGB value is (146,55,223). Sum of RGB (Red+Green+Blue) = 146+55+223=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #9237DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9237DF is #6DC820. Grayscale: #646464. Windows color (decimal): -7194657 or 14628754. OLE color: 14628754.
HSL color Cylindrical-coordinate representation of color #9237DF: hue angle of 272.5º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9237DF is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 55 | 223 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.13 |
| HSL | 272.5º | 0.72% | 0.55% | - |
| HSV(B) | 272.5º | 0.75% | 0.87% | - |
| XYZ | 26.54 | 14.17 | 71.15 | - |
| YUV | 101.36 | 196.65 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 55 | 223 | 0.35 | 0.75 | 0 | 0.13 | 272.5 | 0.72 | 0.55 |
| Hex | 92 | 37 | DF | 23 | 4B | 0 | D | 110 | 48 | 37 |
| Octal | 222 | 67 | 337 | 43 | 113 | 0 | 15 | 420 | 110 | 67 |
| Binary | 10010010 | 110111 | 11011111 | 100011 | 1001011 | 0 | 1101 | 100010000 | 1001000 | 110111 |
Color Harmonies of #9237DF
Complementary color
Monochromatic Colors of #9237DF
Black with #9237DF
Text Example
Text Example
White with #9237DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9237DF; }
p { color: rgb(146,55,223); }
H1.HeaderClassName
{
color: #9237DF;
}
.AnyTagClassName
{
color: #9237DF;
}
</style>
background-color css
<style>
a { background-color: #9237DF; }
a { background-color: rgb(146,55,223); }
div.DivClassName
{
background-color: #9237DF;
}
.BgClassName
{
background-color: #9237DF;
}
</style>
border-color css
<style>
span { border-color: #9237DF; }
span { border-color: rgb(146,55,223); }
td.TdClassName
{
border-color: #9237DF;
}
.TagClassName
{
border-color: #9237DF;
}
</style>