Shades of Violet Blue #995B8C
Tints of Violet Blue #995B8C
RGB
CMYK
RGB Variations
Color information
#995B8C (or 0x995B8C) is known color: Violet Blue. HEX triplet: 99, 5B and 8C. RGB value is (153,91,140). Sum of RGB (Red+Green+Blue) = 153+91+140=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 91 (35.94% from 255 or 23.70% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #995B8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995B8C is #66A473. Grayscale: #727272. Windows color (decimal): -6726772 or 9198489. OLE color: 9198489.
HSL color Cylindrical-coordinate representation of color #995B8C: hue angle of 312.58º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995B8C is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 91 | 140 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.4 |
| HSL | 312.58º | 0.25% | 0.48% | - |
| HSV(B) | 312.58º | 0.41% | 0.6% | - |
| XYZ | 21.61 | 16.15 | 26.79 | - |
| YUV | 115.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 140 | 0 | 0.41 | 0.08 | 0.4 | 312.58 | 0.25 | 0.48 |
| Hex | 99 | 5B | 8C | 0 | 29 | 8 | 28 | 139 | 19 | 30 |
| Octal | 231 | 133 | 214 | 0 | 51 | 10 | 50 | 471 | 31 | 60 |
| Binary | 10011001 | 1011011 | 10001100 | 0 | 101001 | 1000 | 101000 | 100111001 | 11001 | 110000 |
Color Harmonies of #995B8C
Complementary color
Monochromatic Colors of #995B8C
Black with #995B8C
Text Example
Text Example
White with #995B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995B8C; }
p { color: rgb(153,91,140); }
H1.HeaderClassName
{
color: #995B8C;
}
.AnyTagClassName
{
color: #995B8C;
}
</style>
background-color css
<style>
a { background-color: #995B8C; }
a { background-color: rgb(153,91,140); }
div.DivClassName
{
background-color: #995B8C;
}
.BgClassName
{
background-color: #995B8C;
}
</style>
border-color css
<style>
span { border-color: #995B8C; }
span { border-color: rgb(153,91,140); }
td.TdClassName
{
border-color: #995B8C;
}
.TagClassName
{
border-color: #995B8C;
}
</style>