Shades of Violet Blue #955893
Tints of Violet Blue #955893
RGB
CMYK
RGB Variations
Color information
#955893 (or 0x955893) is known color: Violet Blue. HEX triplet: 95, 58 and 93. RGB value is (149,88,147). Sum of RGB (Red+Green+Blue) = 149+88+147=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 88 (34.77% from 255 or 22.92% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #955893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955893 is #6AA76C. Grayscale: #707070. Windows color (decimal): -6989677 or 9656469. OLE color: 9656469.
HSL color Cylindrical-coordinate representation of color #955893: hue angle of 301.97º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955893 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 88 | 147 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.42 |
| HSL | 301.97º | 0.26% | 0.46% | - |
| HSV(B) | 301.97º | 0.41% | 0.58% | - |
| XYZ | 21.15 | 15.48 | 29.48 | - |
| YUV | 112.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 147 | 0 | 0.41 | 0.01 | 0.42 | 301.97 | 0.26 | 0.46 |
| Hex | 95 | 58 | 93 | 0 | 29 | 1 | 2A | 12E | 1A | 2E |
| Octal | 225 | 130 | 223 | 0 | 51 | 1 | 52 | 456 | 32 | 56 |
| Binary | 10010101 | 1011000 | 10010011 | 0 | 101001 | 1 | 101010 | 100101110 | 11010 | 101110 |
Color Harmonies of #955893
Complementary color
Monochromatic Colors of #955893
Black with #955893
Text Example
Text Example
White with #955893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955893; }
p { color: rgb(149,88,147); }
H1.HeaderClassName
{
color: #955893;
}
.AnyTagClassName
{
color: #955893;
}
</style>
background-color css
<style>
a { background-color: #955893; }
a { background-color: rgb(149,88,147); }
div.DivClassName
{
background-color: #955893;
}
.BgClassName
{
background-color: #955893;
}
</style>
border-color css
<style>
span { border-color: #955893; }
span { border-color: rgb(149,88,147); }
td.TdClassName
{
border-color: #955893;
}
.TagClassName
{
border-color: #955893;
}
</style>