Shades of Violet Blue #95669B
Tints of Violet Blue #95669B
RGB
CMYK
RGB Variations
Color information
#95669B (or 0x95669B) is known color: Violet Blue. HEX triplet: 95, 66 and 9B. RGB value is (149,102,155). Sum of RGB (Red+Green+Blue) = 149+102+155=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #95669B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95669B is #6A9964. Grayscale: #797979. Windows color (decimal): -6986085 or 10184341. OLE color: 10184341.
HSL color Cylindrical-coordinate representation of color #95669B: hue angle of 293.21º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #95669B is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 102 | 155 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.39 |
| HSL | 293.21º | 0.21% | 0.5% | - |
| HSV(B) | 293.21º | 0.34% | 0.61% | - |
| XYZ | 23.06 | 18.26 | 33.32 | - |
| YUV | 122.1 | 146.57 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 155 | 0.04 | 0.34 | 0 | 0.39 | 293.21 | 0.21 | 0.5 |
| Hex | 95 | 66 | 9B | 4 | 22 | 0 | 27 | 125 | 15 | 32 |
| Octal | 225 | 146 | 233 | 4 | 42 | 0 | 47 | 445 | 25 | 62 |
| Binary | 10010101 | 1100110 | 10011011 | 100 | 100010 | 0 | 100111 | 100100101 | 10101 | 110010 |
Color Harmonies of #95669B
Complementary color
Monochromatic Colors of #95669B
Black with #95669B
Text Example
Text Example
White with #95669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95669B; }
p { color: rgb(149,102,155); }
H1.HeaderClassName
{
color: #95669B;
}
.AnyTagClassName
{
color: #95669B;
}
</style>
background-color css
<style>
a { background-color: #95669B; }
a { background-color: rgb(149,102,155); }
div.DivClassName
{
background-color: #95669B;
}
.BgClassName
{
background-color: #95669B;
}
</style>
border-color css
<style>
span { border-color: #95669B; }
span { border-color: rgb(149,102,155); }
td.TdClassName
{
border-color: #95669B;
}
.TagClassName
{
border-color: #95669B;
}
</style>