Shades of Vivid Violet #953F8B
Tints of Vivid Violet #953F8B
RGB
CMYK
RGB Variations
Color information
#953F8B (or 0x953F8B) is known color: Vivid Violet. HEX triplet: 95, 3F and 8B. RGB value is (149,63,139). Sum of RGB (Red+Green+Blue) = 149+63+139=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 63 (25% from 255 or 17.95% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #953F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953F8B is #6AC074. Grayscale: #616161. Windows color (decimal): -6996085 or 9125781. OLE color: 9125781.
HSL color Cylindrical-coordinate representation of color #953F8B: hue angle of 306.98º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #953F8B is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 63 | 139 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.42 |
| HSL | 306.98º | 0.41% | 0.42% | - |
| HSV(B) | 306.98º | 0.58% | 0.58% | - |
| XYZ | 18.83 | 11.81 | 25.71 | - |
| YUV | 97.38 | 151.49 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 63 | 139 | 0 | 0.58 | 0.07 | 0.42 | 306.98 | 0.41 | 0.42 |
| Hex | 95 | 3F | 8B | 0 | 3A | 7 | 2A | 133 | 29 | 2A |
| Octal | 225 | 77 | 213 | 0 | 72 | 7 | 52 | 463 | 51 | 52 |
| Binary | 10010101 | 111111 | 10001011 | 0 | 111010 | 111 | 101010 | 100110011 | 101001 | 101010 |
Color Harmonies of #953F8B
Complementary color
Monochromatic Colors of #953F8B
Black with #953F8B
Text Example
Text Example
White with #953F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953F8B; }
p { color: rgb(149,63,139); }
H1.HeaderClassName
{
color: #953F8B;
}
.AnyTagClassName
{
color: #953F8B;
}
</style>
background-color css
<style>
a { background-color: #953F8B; }
a { background-color: rgb(149,63,139); }
div.DivClassName
{
background-color: #953F8B;
}
.BgClassName
{
background-color: #953F8B;
}
</style>
border-color css
<style>
span { border-color: #953F8B; }
span { border-color: rgb(149,63,139); }
td.TdClassName
{
border-color: #953F8B;
}
.TagClassName
{
border-color: #953F8B;
}
</style>