Shades of Violet Blue #95679C
Tints of Violet Blue #95679C
RGB
CMYK
RGB Variations
Color information
#95679C (or 0x95679C) is known color: Violet Blue. HEX triplet: 95, 67 and 9C. RGB value is (149,103,156). Sum of RGB (Red+Green+Blue) = 149+103+156=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #95679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95679C is #6A9863. Grayscale: #7A7A7A. Windows color (decimal): -6985828 or 10250133. OLE color: 10250133.
HSL color Cylindrical-coordinate representation of color #95679C: hue angle of 292.08º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95679C is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 103 | 156 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.39 |
| HSL | 292.08º | 0.21% | 0.51% | - |
| HSV(B) | 292.08º | 0.34% | 0.61% | - |
| XYZ | 23.25 | 18.49 | 33.8 | - |
| YUV | 122.8 | 146.74 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 156 | 0.04 | 0.34 | 0 | 0.39 | 292.08 | 0.21 | 0.51 |
| Hex | 95 | 67 | 9C | 4 | 22 | 0 | 27 | 124 | 15 | 33 |
| Octal | 225 | 147 | 234 | 4 | 42 | 0 | 47 | 444 | 25 | 63 |
| Binary | 10010101 | 1100111 | 10011100 | 100 | 100010 | 0 | 100111 | 100100100 | 10101 | 110011 |
Color Harmonies of #95679C
Complementary color
Monochromatic Colors of #95679C
Black with #95679C
Text Example
Text Example
White with #95679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95679C; }
p { color: rgb(149,103,156); }
H1.HeaderClassName
{
color: #95679C;
}
.AnyTagClassName
{
color: #95679C;
}
</style>
background-color css
<style>
a { background-color: #95679C; }
a { background-color: rgb(149,103,156); }
div.DivClassName
{
background-color: #95679C;
}
.BgClassName
{
background-color: #95679C;
}
</style>
border-color css
<style>
span { border-color: #95679C; }
span { border-color: rgb(149,103,156); }
td.TdClassName
{
border-color: #95679C;
}
.TagClassName
{
border-color: #95679C;
}
</style>