Shades of Violet Blue #955D9D
Tints of Violet Blue #955D9D
RGB
CMYK
RGB Variations
Color information
#955D9D (or 0x955D9D) is known color: Violet Blue. HEX triplet: 95, 5D and 9D. RGB value is (149,93,157). Sum of RGB (Red+Green+Blue) = 149+93+157=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #955D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955D9D is #6AA262. Grayscale: #747474. Windows color (decimal): -6988387 or 10313109. OLE color: 10313109.
HSL color Cylindrical-coordinate representation of color #955D9D: hue angle of 292.5º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955D9D is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 93 | 157 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.38 |
| HSL | 292.5º | 0.26% | 0.49% | - |
| HSV(B) | 292.5º | 0.41% | 0.62% | - |
| XYZ | 22.39 | 16.65 | 33.93 | - |
| YUV | 117.04 | 150.55 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 157 | 0.05 | 0.41 | 0 | 0.38 | 292.5 | 0.26 | 0.49 |
| Hex | 95 | 5D | 9D | 5 | 29 | 0 | 26 | 124 | 1A | 31 |
| Octal | 225 | 135 | 235 | 5 | 51 | 0 | 46 | 444 | 32 | 61 |
| Binary | 10010101 | 1011101 | 10011101 | 101 | 101001 | 0 | 100110 | 100100100 | 11010 | 110001 |
Color Harmonies of #955D9D
Complementary color
Monochromatic Colors of #955D9D
Black with #955D9D
Text Example
Text Example
White with #955D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D9D; }
p { color: rgb(149,93,157); }
H1.HeaderClassName
{
color: #955D9D;
}
.AnyTagClassName
{
color: #955D9D;
}
</style>
background-color css
<style>
a { background-color: #955D9D; }
a { background-color: rgb(149,93,157); }
div.DivClassName
{
background-color: #955D9D;
}
.BgClassName
{
background-color: #955D9D;
}
</style>
border-color css
<style>
span { border-color: #955D9D; }
span { border-color: rgb(149,93,157); }
td.TdClassName
{
border-color: #955D9D;
}
.TagClassName
{
border-color: #955D9D;
}
</style>