Shades of Violet Blue #995D9D
Tints of Violet Blue #995D9D
RGB
CMYK
RGB Variations
Color information
#995D9D (or 0x995D9D) is known color: Violet Blue. HEX triplet: 99, 5D and 9D. RGB value is (153,93,157). Sum of RGB (Red+Green+Blue) = 153+93+157=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #995D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995D9D is #66A262. Grayscale: #767676. Windows color (decimal): -6726243 or 10313113. OLE color: 10313113.
HSL color Cylindrical-coordinate representation of color #995D9D: hue angle of 296.25º 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 #995D9D is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 93 | 157 | - |
| CMYK | 0.03 | 0.41 | 0 | 0.38 |
| HSL | 296.25º | 0.26% | 0.49% | - |
| HSV(B) | 296.25º | 0.41% | 0.62% | - |
| XYZ | 23.14 | 17.04 | 33.97 | - |
| YUV | 118.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 157 | 0.03 | 0.41 | 0 | 0.38 | 296.25 | 0.26 | 0.49 |
| Hex | 99 | 5D | 9D | 3 | 29 | 0 | 26 | 128 | 1A | 31 |
| Octal | 231 | 135 | 235 | 3 | 51 | 0 | 46 | 450 | 32 | 61 |
| Binary | 10011001 | 1011101 | 10011101 | 11 | 101001 | 0 | 100110 | 100101000 | 11010 | 110001 |
Color Harmonies of #995D9D
Complementary color
Monochromatic Colors of #995D9D
Black with #995D9D
Text Example
Text Example
White with #995D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D9D; }
p { color: rgb(153,93,157); }
H1.HeaderClassName
{
color: #995D9D;
}
.AnyTagClassName
{
color: #995D9D;
}
</style>
background-color css
<style>
a { background-color: #995D9D; }
a { background-color: rgb(153,93,157); }
div.DivClassName
{
background-color: #995D9D;
}
.BgClassName
{
background-color: #995D9D;
}
</style>
border-color css
<style>
span { border-color: #995D9D; }
span { border-color: rgb(153,93,157); }
td.TdClassName
{
border-color: #995D9D;
}
.TagClassName
{
border-color: #995D9D;
}
</style>