Shades of Violet Blue #95689A
Tints of Violet Blue #95689A
RGB
CMYK
RGB Variations
Color information
#95689A (or 0x95689A) is known color: Violet Blue. HEX triplet: 95, 68 and 9A. RGB value is (149,104,154). Sum of RGB (Red+Green+Blue) = 149+104+154=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #95689A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95689A is #6A9765. Grayscale: #7B7B7B. Windows color (decimal): -6985574 or 10119317. OLE color: 10119317.
HSL color Cylindrical-coordinate representation of color #95689A: hue angle of 294º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95689A is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 104 | 154 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.40 |
| HSL | 294º | 0.2% | 0.51% | - |
| HSV(B) | 294º | 0.32% | 0.6% | - |
| XYZ | 23.18 | 18.62 | 32.94 | - |
| YUV | 123.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 154 | 0.03 | 0.32 | 0 | 0.40 | 294 | 0.2 | 0.51 |
| Hex | 95 | 68 | 9A | 3 | 20 | 0 | 28 | 126 | 14 | 33 |
| Octal | 225 | 150 | 232 | 3 | 40 | 0 | 50 | 446 | 24 | 63 |
| Binary | 10010101 | 1101000 | 10011010 | 11 | 100000 | 0 | 101000 | 100100110 | 10100 | 110011 |
Color Harmonies of #95689A
Complementary color
Monochromatic Colors of #95689A
Black with #95689A
Text Example
Text Example
White with #95689A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95689A; }
p { color: rgb(149,104,154); }
H1.HeaderClassName
{
color: #95689A;
}
.AnyTagClassName
{
color: #95689A;
}
</style>
background-color css
<style>
a { background-color: #95689A; }
a { background-color: rgb(149,104,154); }
div.DivClassName
{
background-color: #95689A;
}
.BgClassName
{
background-color: #95689A;
}
</style>
border-color css
<style>
span { border-color: #95689A; }
span { border-color: rgb(149,104,154); }
td.TdClassName
{
border-color: #95689A;
}
.TagClassName
{
border-color: #95689A;
}
</style>