Shades of Vivid Violet #953D8B
Tints of Vivid Violet #953D8B
RGB
CMYK
RGB Variations
Color information
#953D8B (or 0x953D8B) is known color: Vivid Violet. HEX triplet: 95, 3D and 8B. RGB value is (149,61,139). Sum of RGB (Red+Green+Blue) = 149+61+139=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 61 (24.22% from 255 or 17.48% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #953D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953D8B is #6AC274. Grayscale: #5F5F5F. Windows color (decimal): -6996597 or 9125269. OLE color: 9125269.
HSL color Cylindrical-coordinate representation of color #953D8B: hue angle of 306.82º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #953D8B is Cyan = 0, Magento = 0.59, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 61 | 139 | - |
| CMYK | 0 | 0.59 | 0.07 | 0.42 |
| HSL | 306.82º | 0.42% | 0.41% | - |
| HSV(B) | 306.82º | 0.59% | 0.58% | - |
| XYZ | 18.72 | 11.59 | 25.68 | - |
| YUV | 96.2 | 152.15 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 61 | 139 | 0 | 0.59 | 0.07 | 0.42 | 306.82 | 0.42 | 0.41 |
| Hex | 95 | 3D | 8B | 0 | 3B | 7 | 2A | 133 | 2A | 29 |
| Octal | 225 | 75 | 213 | 0 | 73 | 7 | 52 | 463 | 52 | 51 |
| Binary | 10010101 | 111101 | 10001011 | 0 | 111011 | 111 | 101010 | 100110011 | 101010 | 101001 |
Color Harmonies of #953D8B
Complementary color
Monochromatic Colors of #953D8B
Black with #953D8B
Text Example
Text Example
White with #953D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953D8B; }
p { color: rgb(149,61,139); }
H1.HeaderClassName
{
color: #953D8B;
}
.AnyTagClassName
{
color: #953D8B;
}
</style>
background-color css
<style>
a { background-color: #953D8B; }
a { background-color: rgb(149,61,139); }
div.DivClassName
{
background-color: #953D8B;
}
.BgClassName
{
background-color: #953D8B;
}
</style>
border-color css
<style>
span { border-color: #953D8B; }
span { border-color: rgb(149,61,139); }
td.TdClassName
{
border-color: #953D8B;
}
.TagClassName
{
border-color: #953D8B;
}
</style>