Shades of Violet Blue #95469B
Tints of Violet Blue #95469B
RGB
CMYK
RGB Variations
Color information
#95469B (or 0x95469B) is known color: Violet Blue. HEX triplet: 95, 46 and 9B. RGB value is (149,70,155). Sum of RGB (Red+Green+Blue) = 149+70+155=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #95469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #95469B is #6AB964. Grayscale: #676767. Windows color (decimal): -6994277 or 10176149. OLE color: 10176149.
HSL color Cylindrical-coordinate representation of color #95469B: hue angle of 295.76º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95469B is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 70 | 155 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.39 |
| HSL | 295.76º | 0.38% | 0.44% | - |
| HSV(B) | 295.76º | 0.55% | 0.61% | - |
| XYZ | 20.5 | 13.14 | 32.47 | - |
| YUV | 103.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 155 | 0.04 | 0.55 | 0 | 0.39 | 295.76 | 0.38 | 0.44 |
| Hex | 95 | 46 | 9B | 4 | 37 | 0 | 27 | 128 | 26 | 2C |
| Octal | 225 | 106 | 233 | 4 | 67 | 0 | 47 | 450 | 46 | 54 |
| Binary | 10010101 | 1000110 | 10011011 | 100 | 110111 | 0 | 100111 | 100101000 | 100110 | 101100 |
Color Harmonies of #95469B
Complementary color
Monochromatic Colors of #95469B
Black with #95469B
Text Example
Text Example
White with #95469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95469B; }
p { color: rgb(149,70,155); }
H1.HeaderClassName
{
color: #95469B;
}
.AnyTagClassName
{
color: #95469B;
}
</style>
background-color css
<style>
a { background-color: #95469B; }
a { background-color: rgb(149,70,155); }
div.DivClassName
{
background-color: #95469B;
}
.BgClassName
{
background-color: #95469B;
}
</style>
border-color css
<style>
span { border-color: #95469B; }
span { border-color: rgb(149,70,155); }
td.TdClassName
{
border-color: #95469B;
}
.TagClassName
{
border-color: #95469B;
}
</style>