Shades of Violet Blue #95619A
Tints of Violet Blue #95619A
RGB
CMYK
RGB Variations
Color information
#95619A (or 0x95619A) is known color: Violet Blue. HEX triplet: 95, 61 and 9A. RGB value is (149,97,154). Sum of RGB (Red+Green+Blue) = 149+97+154=400 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.25% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: blue. Hex color #95619A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95619A is #6A9E65. Grayscale: #767676. Windows color (decimal): -6987366 or 10117525. OLE color: 10117525.
HSL color Cylindrical-coordinate representation of color #95619A: hue angle of 294.74º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95619A is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 97 | 154 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.40 |
| HSL | 294.74º | 0.23% | 0.49% | - |
| HSV(B) | 294.74º | 0.37% | 0.6% | - |
| XYZ | 22.5 | 17.27 | 32.72 | - |
| YUV | 119.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 154 | 0.03 | 0.37 | 0 | 0.40 | 294.74 | 0.23 | 0.49 |
| Hex | 95 | 61 | 9A | 3 | 25 | 0 | 28 | 127 | 17 | 31 |
| Octal | 225 | 141 | 232 | 3 | 45 | 0 | 50 | 447 | 27 | 61 |
| Binary | 10010101 | 1100001 | 10011010 | 11 | 100101 | 0 | 101000 | 100100111 | 10111 | 110001 |
Color Harmonies of #95619A
Complementary color
Monochromatic Colors of #95619A
Black with #95619A
Text Example
Text Example
White with #95619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95619A; }
p { color: rgb(149,97,154); }
H1.HeaderClassName
{
color: #95619A;
}
.AnyTagClassName
{
color: #95619A;
}
</style>
background-color css
<style>
a { background-color: #95619A; }
a { background-color: rgb(149,97,154); }
div.DivClassName
{
background-color: #95619A;
}
.BgClassName
{
background-color: #95619A;
}
</style>
border-color css
<style>
span { border-color: #95619A; }
span { border-color: rgb(149,97,154); }
td.TdClassName
{
border-color: #95619A;
}
.TagClassName
{
border-color: #95619A;
}
</style>