Shades of Violet Blue #955993
Tints of Violet Blue #955993
RGB
CMYK
RGB Variations
Color information
#955993 (or 0x955993) is known color: Violet Blue. HEX triplet: 95, 59 and 93. RGB value is (149,89,147). Sum of RGB (Red+Green+Blue) = 149+89+147=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #955993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955993 is #6AA66C. Grayscale: #717171. Windows color (decimal): -6989421 or 9656725. OLE color: 9656725.
HSL color Cylindrical-coordinate representation of color #955993: hue angle of 302º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955993 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 89 | 147 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.42 |
| HSL | 302º | 0.25% | 0.47% | - |
| HSV(B) | 302º | 0.4% | 0.58% | - |
| XYZ | 21.23 | 15.64 | 29.5 | - |
| YUV | 113.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 89 | 147 | 0 | 0.40 | 0.01 | 0.42 | 302 | 0.25 | 0.47 |
| Hex | 95 | 59 | 93 | 0 | 28 | 1 | 2A | 12E | 19 | 2F |
| Octal | 225 | 131 | 223 | 0 | 50 | 1 | 52 | 456 | 31 | 57 |
| Binary | 10010101 | 1011001 | 10010011 | 0 | 101000 | 1 | 101010 | 100101110 | 11001 | 101111 |
Color Harmonies of #955993
Complementary color
Monochromatic Colors of #955993
Black with #955993
Text Example
Text Example
White with #955993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955993; }
p { color: rgb(149,89,147); }
H1.HeaderClassName
{
color: #955993;
}
.AnyTagClassName
{
color: #955993;
}
</style>
background-color css
<style>
a { background-color: #955993; }
a { background-color: rgb(149,89,147); }
div.DivClassName
{
background-color: #955993;
}
.BgClassName
{
background-color: #955993;
}
</style>
border-color css
<style>
span { border-color: #955993; }
span { border-color: rgb(149,89,147); }
td.TdClassName
{
border-color: #955993;
}
.TagClassName
{
border-color: #955993;
}
</style>