Shades of Violet Blue #9152A0
Tints of Violet Blue #9152A0
RGB
CMYK
RGB Variations
Color information
#9152A0 (or 0x9152A0) is known color: Violet Blue. HEX triplet: 91, 52 and A0. RGB value is (145,82,160). Sum of RGB (Red+Green+Blue) = 145+82+160=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #9152A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9152A0 is #6EAD5F. Grayscale: #6D6D6D. Windows color (decimal): -7253344 or 10506897. OLE color: 10506897.
HSL color Cylindrical-coordinate representation of color #9152A0: hue angle of 288.46º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9152A0 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 82 | 160 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.37 |
| HSL | 288.46º | 0.32% | 0.47% | - |
| HSV(B) | 288.46º | 0.49% | 0.63% | - |
| XYZ | 21.04 | 14.59 | 34.97 | - |
| YUV | 109.73 | 156.37 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 82 | 160 | 0.09 | 0.49 | 0 | 0.37 | 288.46 | 0.32 | 0.47 |
| Hex | 91 | 52 | A0 | 9 | 31 | 0 | 25 | 120 | 20 | 2F |
| Octal | 221 | 122 | 240 | 11 | 61 | 0 | 45 | 440 | 40 | 57 |
| Binary | 10010001 | 1010010 | 10100000 | 1001 | 110001 | 0 | 100101 | 100100000 | 100000 | 101111 |
Color Harmonies of #9152A0
Complementary color
Monochromatic Colors of #9152A0
Black with #9152A0
Text Example
Text Example
White with #9152A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9152A0; }
p { color: rgb(145,82,160); }
H1.HeaderClassName
{
color: #9152A0;
}
.AnyTagClassName
{
color: #9152A0;
}
</style>
background-color css
<style>
a { background-color: #9152A0; }
a { background-color: rgb(145,82,160); }
div.DivClassName
{
background-color: #9152A0;
}
.BgClassName
{
background-color: #9152A0;
}
</style>
border-color css
<style>
span { border-color: #9152A0; }
span { border-color: rgb(145,82,160); }
td.TdClassName
{
border-color: #9152A0;
}
.TagClassName
{
border-color: #9152A0;
}
</style>