Shades of Violet Blue #915395
Tints of Violet Blue #915395
RGB
CMYK
RGB Variations
Color information
#915395 (or 0x915395) is known color: Violet Blue. HEX triplet: 91, 53 and 95. RGB value is (145,83,149). Sum of RGB (Red+Green+Blue) = 145+83+149=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #915395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915395 is #6EAC6A. Grayscale: #6C6C6C. Windows color (decimal): -7253099 or 9786257. OLE color: 9786257.
HSL color Cylindrical-coordinate representation of color #915395: hue angle of 296.36º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915395 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 83 | 149 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.42 |
| HSL | 296.36º | 0.28% | 0.45% | - |
| HSV(B) | 296.36º | 0.44% | 0.58% | - |
| XYZ | 20.2 | 14.38 | 30.14 | - |
| YUV | 109.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 149 | 0.03 | 0.44 | 0 | 0.42 | 296.36 | 0.28 | 0.45 |
| Hex | 91 | 53 | 95 | 3 | 2C | 0 | 2A | 128 | 1C | 2D |
| Octal | 221 | 123 | 225 | 3 | 54 | 0 | 52 | 450 | 34 | 55 |
| Binary | 10010001 | 1010011 | 10010101 | 11 | 101100 | 0 | 101010 | 100101000 | 11100 | 101101 |
Color Harmonies of #915395
Complementary color
Monochromatic Colors of #915395
Black with #915395
Text Example
Text Example
White with #915395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915395; }
p { color: rgb(145,83,149); }
H1.HeaderClassName
{
color: #915395;
}
.AnyTagClassName
{
color: #915395;
}
</style>
background-color css
<style>
a { background-color: #915395; }
a { background-color: rgb(145,83,149); }
div.DivClassName
{
background-color: #915395;
}
.BgClassName
{
background-color: #915395;
}
</style>
border-color css
<style>
span { border-color: #915395; }
span { border-color: rgb(145,83,149); }
td.TdClassName
{
border-color: #915395;
}
.TagClassName
{
border-color: #915395;
}
</style>