Shades of Violet Blue #95669C
Tints of Violet Blue #95669C
RGB
CMYK
RGB Variations
Color information
#95669C (or 0x95669C) is known color: Violet Blue. HEX triplet: 95, 66 and 9C. RGB value is (149,102,156). Sum of RGB (Red+Green+Blue) = 149+102+156=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #95669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95669C is #6A9963. Grayscale: #7A7A7A. Windows color (decimal): -6986084 or 10249877. OLE color: 10249877.
HSL color Cylindrical-coordinate representation of color #95669C: hue angle of 292.22º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95669C is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 102 | 156 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.39 |
| HSL | 292.22º | 0.21% | 0.51% | - |
| HSV(B) | 292.22º | 0.35% | 0.61% | - |
| XYZ | 23.15 | 18.29 | 33.76 | - |
| YUV | 122.21 | 147.07 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 156 | 0.04 | 0.35 | 0 | 0.39 | 292.22 | 0.21 | 0.51 |
| Hex | 95 | 66 | 9C | 4 | 23 | 0 | 27 | 124 | 15 | 33 |
| Octal | 225 | 146 | 234 | 4 | 43 | 0 | 47 | 444 | 25 | 63 |
| Binary | 10010101 | 1100110 | 10011100 | 100 | 100011 | 0 | 100111 | 100100100 | 10101 | 110011 |
Color Harmonies of #95669C
Complementary color
Monochromatic Colors of #95669C
Black with #95669C
Text Example
Text Example
White with #95669C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95669C; }
p { color: rgb(149,102,156); }
H1.HeaderClassName
{
color: #95669C;
}
.AnyTagClassName
{
color: #95669C;
}
</style>
background-color css
<style>
a { background-color: #95669C; }
a { background-color: rgb(149,102,156); }
div.DivClassName
{
background-color: #95669C;
}
.BgClassName
{
background-color: #95669C;
}
</style>
border-color css
<style>
span { border-color: #95669C; }
span { border-color: rgb(149,102,156); }
td.TdClassName
{
border-color: #95669C;
}
.TagClassName
{
border-color: #95669C;
}
</style>