Shades of Blue Violet #9136DD
Tints of Blue Violet #9136DD
RGB
CMYK
RGB Variations
Color information
#9136DD (or 0x9136DD) is known color: Blue Violet. HEX triplet: 91, 36 and DD. RGB value is (145,54,221). Sum of RGB (Red+Green+Blue) = 145+54+221=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 54 (21.48% from 255 or 12.86% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #9136DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9136DD is #6EC922. Grayscale: #636363. Windows color (decimal): -7260451 or 14497425. OLE color: 14497425.
HSL color Cylindrical-coordinate representation of color #9136DD: hue angle of 272.69º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9136DD is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 145 | 54 | 221 | - |
| CMYK | 0.34 | 0.76 | 0 | 0.13 |
| HSL | 272.69º | 0.71% | 0.54% | - |
| HSV(B) | 272.69º | 0.76% | 0.87% | - |
| XYZ | 26.05 | 13.88 | 69.71 | - |
| YUV | 100.25 | 196.15 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 221 | 0.34 | 0.76 | 0 | 0.13 | 272.69 | 0.71 | 0.54 |
| Hex | 91 | 36 | DD | 22 | 4C | 0 | D | 111 | 47 | 36 |
| Octal | 221 | 66 | 335 | 42 | 114 | 0 | 15 | 421 | 107 | 66 |
| Binary | 10010001 | 110110 | 11011101 | 100010 | 1001100 | 0 | 1101 | 100010001 | 1000111 | 110110 |
Color Harmonies of #9136DD
Complementary color
Monochromatic Colors of #9136DD
Black with #9136DD
Text Example
Text Example
White with #9136DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9136DD; }
p { color: rgb(145,54,221); }
H1.HeaderClassName
{
color: #9136DD;
}
.AnyTagClassName
{
color: #9136DD;
}
</style>
background-color css
<style>
a { background-color: #9136DD; }
a { background-color: rgb(145,54,221); }
div.DivClassName
{
background-color: #9136DD;
}
.BgClassName
{
background-color: #9136DD;
}
</style>
border-color css
<style>
span { border-color: #9136DD; }
span { border-color: rgb(145,54,221); }
td.TdClassName
{
border-color: #9136DD;
}
.TagClassName
{
border-color: #9136DD;
}
</style>