Shades of Vivid Violet #953E8B
Tints of Vivid Violet #953E8B
RGB
CMYK
RGB Variations
Color information
#953E8B (or 0x953E8B) is known color: Vivid Violet. HEX triplet: 95, 3E and 8B. RGB value is (149,62,139). Sum of RGB (Red+Green+Blue) = 149+62+139=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 62 (24.61% from 255 or 17.71% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #953E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953E8B is #6AC174. Grayscale: #606060. Windows color (decimal): -6996341 or 9125525. OLE color: 9125525.
HSL color Cylindrical-coordinate representation of color #953E8B: hue angle of 306.9º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #953E8B is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 62 | 139 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.42 |
| HSL | 306.9º | 0.41% | 0.41% | - |
| HSV(B) | 306.9º | 0.58% | 0.58% | - |
| XYZ | 18.78 | 11.7 | 25.69 | - |
| YUV | 96.79 | 151.82 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 62 | 139 | 0 | 0.58 | 0.07 | 0.42 | 306.9 | 0.41 | 0.41 |
| Hex | 95 | 3E | 8B | 0 | 3A | 7 | 2A | 133 | 29 | 29 |
| Octal | 225 | 76 | 213 | 0 | 72 | 7 | 52 | 463 | 51 | 51 |
| Binary | 10010101 | 111110 | 10001011 | 0 | 111010 | 111 | 101010 | 100110011 | 101001 | 101001 |
Color Harmonies of #953E8B
Complementary color
Monochromatic Colors of #953E8B
Black with #953E8B
Text Example
Text Example
White with #953E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953E8B; }
p { color: rgb(149,62,139); }
H1.HeaderClassName
{
color: #953E8B;
}
.AnyTagClassName
{
color: #953E8B;
}
</style>
background-color css
<style>
a { background-color: #953E8B; }
a { background-color: rgb(149,62,139); }
div.DivClassName
{
background-color: #953E8B;
}
.BgClassName
{
background-color: #953E8B;
}
</style>
border-color css
<style>
span { border-color: #953E8B; }
span { border-color: rgb(149,62,139); }
td.TdClassName
{
border-color: #953E8B;
}
.TagClassName
{
border-color: #953E8B;
}
</style>