Shades of Violet Blue #955B9D
Tints of Violet Blue #955B9D
RGB
CMYK
RGB Variations
Color information
#955B9D (or 0x955B9D) is known color: Violet Blue. HEX triplet: 95, 5B and 9D. RGB value is (149,91,157). Sum of RGB (Red+Green+Blue) = 149+91+157=397 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.53% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #955B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B9D is #6AA462. Grayscale: #737373. Windows color (decimal): -6988899 or 10312597. OLE color: 10312597.
HSL color Cylindrical-coordinate representation of color #955B9D: hue angle of 292.73º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955B9D is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 91 | 157 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.38 |
| HSL | 292.73º | 0.27% | 0.49% | - |
| HSV(B) | 292.73º | 0.42% | 0.62% | - |
| XYZ | 22.22 | 16.31 | 33.87 | - |
| YUV | 115.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 157 | 0.05 | 0.42 | 0 | 0.38 | 292.73 | 0.27 | 0.49 |
| Hex | 95 | 5B | 9D | 5 | 2A | 0 | 26 | 125 | 1B | 31 |
| Octal | 225 | 133 | 235 | 5 | 52 | 0 | 46 | 445 | 33 | 61 |
| Binary | 10010101 | 1011011 | 10011101 | 101 | 101010 | 0 | 100110 | 100100101 | 11011 | 110001 |
Color Harmonies of #955B9D
Complementary color
Monochromatic Colors of #955B9D
Black with #955B9D
Text Example
Text Example
White with #955B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B9D; }
p { color: rgb(149,91,157); }
H1.HeaderClassName
{
color: #955B9D;
}
.AnyTagClassName
{
color: #955B9D;
}
</style>
background-color css
<style>
a { background-color: #955B9D; }
a { background-color: rgb(149,91,157); }
div.DivClassName
{
background-color: #955B9D;
}
.BgClassName
{
background-color: #955B9D;
}
</style>
border-color css
<style>
span { border-color: #955B9D; }
span { border-color: rgb(149,91,157); }
td.TdClassName
{
border-color: #955B9D;
}
.TagClassName
{
border-color: #955B9D;
}
</style>