Shades of Blue Violet #9137DF
Tints of Blue Violet #9137DF
RGB
CMYK
RGB Variations
Color information
#9137DF (or 0x9137DF) is known color: Blue Violet. HEX triplet: 91, 37 and DF. RGB value is (145,55,223). Sum of RGB (Red+Green+Blue) = 145+55+223=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 55 (21.88% from 255 or 13.00% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #9137DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9137DF is #6EC820. Grayscale: #646464. Windows color (decimal): -7260193 or 14628753. OLE color: 14628753.
HSL color Cylindrical-coordinate representation of color #9137DF: hue angle of 272.14º 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 #9137DF is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 55 | 223 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.13 |
| HSL | 272.14º | 0.72% | 0.55% | - |
| HSV(B) | 272.14º | 0.75% | 0.87% | - |
| XYZ | 26.36 | 14.08 | 71.14 | - |
| YUV | 101.06 | 196.82 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 55 | 223 | 0.35 | 0.75 | 0 | 0.13 | 272.14 | 0.72 | 0.55 |
| Hex | 91 | 37 | DF | 23 | 4B | 0 | D | 110 | 48 | 37 |
| Octal | 221 | 67 | 337 | 43 | 113 | 0 | 15 | 420 | 110 | 67 |
| Binary | 10010001 | 110111 | 11011111 | 100011 | 1001011 | 0 | 1101 | 100010000 | 1001000 | 110111 |
Color Harmonies of #9137DF
Complementary color
Monochromatic Colors of #9137DF
Black with #9137DF
Text Example
Text Example
White with #9137DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9137DF; }
p { color: rgb(145,55,223); }
H1.HeaderClassName
{
color: #9137DF;
}
.AnyTagClassName
{
color: #9137DF;
}
</style>
background-color css
<style>
a { background-color: #9137DF; }
a { background-color: rgb(145,55,223); }
div.DivClassName
{
background-color: #9137DF;
}
.BgClassName
{
background-color: #9137DF;
}
</style>
border-color css
<style>
span { border-color: #9137DF; }
span { border-color: rgb(145,55,223); }
td.TdClassName
{
border-color: #9137DF;
}
.TagClassName
{
border-color: #9137DF;
}
</style>