Shades of Blue Violet #9136DC
Tints of Blue Violet #9136DC
RGB
CMYK
RGB Variations
Color information
#9136DC (or 0x9136DC) is known color: Blue Violet. HEX triplet: 91, 36 and DC. RGB value is (145,54,220). Sum of RGB (Red+Green+Blue) = 145+54+220=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #9136DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9136DC is #6EC923. Grayscale: #636363. Windows color (decimal): -7260452 or 14431889. OLE color: 14431889.
HSL color Cylindrical-coordinate representation of color #9136DC: hue angle of 272.89º 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 #9136DC is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 145 | 54 | 220 | - |
| CMYK | 0.34 | 0.75 | 0 | 0.14 |
| HSL | 272.89º | 0.7% | 0.54% | - |
| HSV(B) | 272.89º | 0.75% | 0.86% | - |
| XYZ | 25.91 | 13.83 | 69.01 | - |
| YUV | 100.13 | 195.65 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 54 | 220 | 0.34 | 0.75 | 0 | 0.14 | 272.89 | 0.7 | 0.54 |
| Hex | 91 | 36 | DC | 22 | 4B | 0 | E | 111 | 46 | 36 |
| Octal | 221 | 66 | 334 | 42 | 113 | 0 | 16 | 421 | 106 | 66 |
| Binary | 10010001 | 110110 | 11011100 | 100010 | 1001011 | 0 | 1110 | 100010001 | 1000110 | 110110 |
Color Harmonies of #9136DC
Complementary color
Monochromatic Colors of #9136DC
Black with #9136DC
Text Example
Text Example
White with #9136DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9136DC; }
p { color: rgb(145,54,220); }
H1.HeaderClassName
{
color: #9136DC;
}
.AnyTagClassName
{
color: #9136DC;
}
</style>
background-color css
<style>
a { background-color: #9136DC; }
a { background-color: rgb(145,54,220); }
div.DivClassName
{
background-color: #9136DC;
}
.BgClassName
{
background-color: #9136DC;
}
</style>
border-color css
<style>
span { border-color: #9136DC; }
span { border-color: rgb(145,54,220); }
td.TdClassName
{
border-color: #9136DC;
}
.TagClassName
{
border-color: #9136DC;
}
</style>