Shades of Violet Blue #915A8F
Tints of Violet Blue #915A8F
RGB
CMYK
RGB Variations
Color information
#915A8F (or 0x915A8F) is known color: Violet Blue. HEX triplet: 91, 5A and 8F. RGB value is (145,90,143). Sum of RGB (Red+Green+Blue) = 145+90+143=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #915A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915A8F is #6EA570. Grayscale: #707070. Windows color (decimal): -7251313 or 9394833. OLE color: 9394833.
HSL color Cylindrical-coordinate representation of color #915A8F: hue angle of 302.18º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #915A8F is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 90 | 143 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.43 |
| HSL | 302.18º | 0.23% | 0.46% | - |
| HSV(B) | 302.18º | 0.38% | 0.57% | - |
| XYZ | 20.29 | 15.32 | 27.87 | - |
| YUV | 112.49 | 145.22 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 90 | 143 | 0 | 0.38 | 0.01 | 0.43 | 302.18 | 0.23 | 0.46 |
| Hex | 91 | 5A | 8F | 0 | 26 | 1 | 2B | 12E | 17 | 2E |
| Octal | 221 | 132 | 217 | 0 | 46 | 1 | 53 | 456 | 27 | 56 |
| Binary | 10010001 | 1011010 | 10001111 | 0 | 100110 | 1 | 101011 | 100101110 | 10111 | 101110 |
Color Harmonies of #915A8F
Complementary color
Monochromatic Colors of #915A8F
Black with #915A8F
Text Example
Text Example
White with #915A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915A8F; }
p { color: rgb(145,90,143); }
H1.HeaderClassName
{
color: #915A8F;
}
.AnyTagClassName
{
color: #915A8F;
}
</style>
background-color css
<style>
a { background-color: #915A8F; }
a { background-color: rgb(145,90,143); }
div.DivClassName
{
background-color: #915A8F;
}
.BgClassName
{
background-color: #915A8F;
}
</style>
border-color css
<style>
span { border-color: #915A8F; }
span { border-color: rgb(145,90,143); }
td.TdClassName
{
border-color: #915A8F;
}
.TagClassName
{
border-color: #915A8F;
}
</style>