Shades of Violet Blue #915F90
Tints of Violet Blue #915F90
RGB
CMYK
RGB Variations
Color information
#915F90 (or 0x915F90) is known color: Violet Blue. HEX triplet: 91, 5F and 90. RGB value is (145,95,144). Sum of RGB (Red+Green+Blue) = 145+95+144=384 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.76% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 145 - color contains mainly: red. Hex color #915F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915F90 is #6EA06F. Grayscale: #737373. Windows color (decimal): -7250032 or 9461649. OLE color: 9461649.
HSL color Cylindrical-coordinate representation of color #915F90: hue angle of 301.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #915F90 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 95 | 144 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.43 |
| HSL | 301.2º | 0.21% | 0.47% | - |
| HSV(B) | 301.2º | 0.34% | 0.57% | - |
| XYZ | 20.8 | 16.22 | 28.42 | - |
| YUV | 115.54 | 144.07 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 144 | 0 | 0.34 | 0.01 | 0.43 | 301.2 | 0.21 | 0.47 |
| Hex | 91 | 5F | 90 | 0 | 22 | 1 | 2B | 12D | 15 | 2F |
| Octal | 221 | 137 | 220 | 0 | 42 | 1 | 53 | 455 | 25 | 57 |
| Binary | 10010001 | 1011111 | 10010000 | 0 | 100010 | 1 | 101011 | 100101101 | 10101 | 101111 |
Color Harmonies of #915F90
Complementary color
Monochromatic Colors of #915F90
Black with #915F90
Text Example
Text Example
White with #915F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915F90; }
p { color: rgb(145,95,144); }
H1.HeaderClassName
{
color: #915F90;
}
.AnyTagClassName
{
color: #915F90;
}
</style>
background-color css
<style>
a { background-color: #915F90; }
a { background-color: rgb(145,95,144); }
div.DivClassName
{
background-color: #915F90;
}
.BgClassName
{
background-color: #915F90;
}
</style>
border-color css
<style>
span { border-color: #915F90; }
span { border-color: rgb(145,95,144); }
td.TdClassName
{
border-color: #915F90;
}
.TagClassName
{
border-color: #915F90;
}
</style>