Shades of Blue Violet #9137DC
Tints of Blue Violet #9137DC
RGB
CMYK
RGB Variations
Color information
#9137DC (or 0x9137DC) is known color: Blue Violet. HEX triplet: 91, 37 and DC. RGB value is (145,55,220). Sum of RGB (Red+Green+Blue) = 145+55+220=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 55 (21.88% from 255 or 13.10% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #9137DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9137DC is #6EC823. Grayscale: #646464. Windows color (decimal): -7260196 or 14432145. OLE color: 14432145.
HSL color Cylindrical-coordinate representation of color #9137DC: hue angle of 272.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9137DC is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 55 | 220 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.14 |
| HSL | 272.73º | 0.7% | 0.54% | - |
| HSV(B) | 272.73º | 0.75% | 0.86% | - |
| XYZ | 25.96 | 13.92 | 69.03 | - |
| YUV | 100.72 | 195.32 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 55 | 220 | 0.34 | 0.75 | 0 | 0.14 | 272.73 | 0.7 | 0.54 |
| Hex | 91 | 37 | DC | 22 | 4B | 0 | E | 111 | 46 | 36 |
| Octal | 221 | 67 | 334 | 42 | 113 | 0 | 16 | 421 | 106 | 66 |
| Binary | 10010001 | 110111 | 11011100 | 100010 | 1001011 | 0 | 1110 | 100010001 | 1000110 | 110110 |
Color Harmonies of #9137DC
Complementary color
Monochromatic Colors of #9137DC
Black with #9137DC
Text Example
Text Example
White with #9137DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9137DC; }
p { color: rgb(145,55,220); }
H1.HeaderClassName
{
color: #9137DC;
}
.AnyTagClassName
{
color: #9137DC;
}
</style>
background-color css
<style>
a { background-color: #9137DC; }
a { background-color: rgb(145,55,220); }
div.DivClassName
{
background-color: #9137DC;
}
.BgClassName
{
background-color: #9137DC;
}
</style>
border-color css
<style>
span { border-color: #9137DC; }
span { border-color: rgb(145,55,220); }
td.TdClassName
{
border-color: #9137DC;
}
.TagClassName
{
border-color: #9137DC;
}
</style>