Shades of Violet Blue #95619C
Tints of Violet Blue #95619C
RGB
CMYK
RGB Variations
Color information
#95619C (or 0x95619C) is known color: Violet Blue. HEX triplet: 95, 61 and 9C. RGB value is (149,97,156). Sum of RGB (Red+Green+Blue) = 149+97+156=402 (53% of max value = 765). Red value is 149 (58.59% from 255 or 37.06% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #95619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95619C is #6A9E63. Grayscale: #777777. Windows color (decimal): -6987364 or 10248597. OLE color: 10248597.
HSL color Cylindrical-coordinate representation of color #95619C: hue angle of 292.88º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95619C is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 97 | 156 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.39 |
| HSL | 292.88º | 0.23% | 0.5% | - |
| HSV(B) | 292.88º | 0.38% | 0.61% | - |
| XYZ | 22.67 | 17.34 | 33.6 | - |
| YUV | 119.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 156 | 0.04 | 0.38 | 0 | 0.39 | 292.88 | 0.23 | 0.5 |
| Hex | 95 | 61 | 9C | 4 | 26 | 0 | 27 | 125 | 17 | 32 |
| Octal | 225 | 141 | 234 | 4 | 46 | 0 | 47 | 445 | 27 | 62 |
| Binary | 10010101 | 1100001 | 10011100 | 100 | 100110 | 0 | 100111 | 100100101 | 10111 | 110010 |
Color Harmonies of #95619C
Complementary color
Monochromatic Colors of #95619C
Black with #95619C
Text Example
Text Example
White with #95619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95619C; }
p { color: rgb(149,97,156); }
H1.HeaderClassName
{
color: #95619C;
}
.AnyTagClassName
{
color: #95619C;
}
</style>
background-color css
<style>
a { background-color: #95619C; }
a { background-color: rgb(149,97,156); }
div.DivClassName
{
background-color: #95619C;
}
.BgClassName
{
background-color: #95619C;
}
</style>
border-color css
<style>
span { border-color: #95619C; }
span { border-color: rgb(149,97,156); }
td.TdClassName
{
border-color: #95619C;
}
.TagClassName
{
border-color: #95619C;
}
</style>