Shades of Violet Blue #915A9C
Tints of Violet Blue #915A9C
RGB
CMYK
RGB Variations
Color information
#915A9C (or 0x915A9C) is known color: Violet Blue. HEX triplet: 91, 5A and 9C. RGB value is (145,90,156). Sum of RGB (Red+Green+Blue) = 145+90+156=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #915A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915A9C is #6EA563. Grayscale: #717171. Windows color (decimal): -7251300 or 10246801. OLE color: 10246801.
HSL color Cylindrical-coordinate representation of color #915A9C: hue angle of 290º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #915A9C is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 90 | 156 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.39 |
| HSL | 290º | 0.27% | 0.48% | - |
| HSV(B) | 290º | 0.42% | 0.61% | - |
| XYZ | 21.33 | 15.73 | 33.36 | - |
| YUV | 113.97 | 151.72 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 156 | 0.07 | 0.42 | 0 | 0.39 | 290 | 0.27 | 0.48 |
| Hex | 91 | 5A | 9C | 7 | 2A | 0 | 27 | 122 | 1B | 30 |
| Octal | 221 | 132 | 234 | 7 | 52 | 0 | 47 | 442 | 33 | 60 |
| Binary | 10010001 | 1011010 | 10011100 | 111 | 101010 | 0 | 100111 | 100100010 | 11011 | 110000 |
Color Harmonies of #915A9C
Complementary color
Monochromatic Colors of #915A9C
Black with #915A9C
Text Example
Text Example
White with #915A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A9C; }
p { color: rgb(145,90,156); }
H1.HeaderClassName
{
color: #915A9C;
}
.AnyTagClassName
{
color: #915A9C;
}
</style>
background-color css
<style>
a { background-color: #915A9C; }
a { background-color: rgb(145,90,156); }
div.DivClassName
{
background-color: #915A9C;
}
.BgClassName
{
background-color: #915A9C;
}
</style>
border-color css
<style>
span { border-color: #915A9C; }
span { border-color: rgb(145,90,156); }
td.TdClassName
{
border-color: #915A9C;
}
.TagClassName
{
border-color: #915A9C;
}
</style>