Shades of Vivid Violet #953A8F
Tints of Vivid Violet #953A8F
RGB
CMYK
RGB Variations
Color information
#953A8F (or 0x953A8F) is known color: Vivid Violet. HEX triplet: 95, 3A and 8F. RGB value is (149,58,143). Sum of RGB (Red+Green+Blue) = 149+58+143=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #953A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953A8F is #6AC570. Grayscale: #5E5E5E. Windows color (decimal): -6997361 or 9386645. OLE color: 9386645.
HSL color Cylindrical-coordinate representation of color #953A8F: hue angle of 303.96º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A8F is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 58 | 143 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.42 |
| HSL | 303.96º | 0.44% | 0.41% | - |
| HSV(B) | 303.96º | 0.61% | 0.58% | - |
| XYZ | 18.87 | 11.4 | 27.19 | - |
| YUV | 94.9 | 155.15 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 58 | 143 | 0 | 0.61 | 0.04 | 0.42 | 303.96 | 0.44 | 0.41 |
| Hex | 95 | 3A | 8F | 0 | 3D | 4 | 2A | 130 | 2C | 29 |
| Octal | 225 | 72 | 217 | 0 | 75 | 4 | 52 | 460 | 54 | 51 |
| Binary | 10010101 | 111010 | 10001111 | 0 | 111101 | 100 | 101010 | 100110000 | 101100 | 101001 |
Color Harmonies of #953A8F
Complementary color
Monochromatic Colors of #953A8F
Black with #953A8F
Text Example
Text Example
White with #953A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #953A8F; }
p { color: rgb(149,58,143); }
H1.HeaderClassName
{
color: #953A8F;
}
.AnyTagClassName
{
color: #953A8F;
}
</style>
background-color css
<style>
a { background-color: #953A8F; }
a { background-color: rgb(149,58,143); }
div.DivClassName
{
background-color: #953A8F;
}
.BgClassName
{
background-color: #953A8F;
}
</style>
border-color css
<style>
span { border-color: #953A8F; }
span { border-color: rgb(149,58,143); }
td.TdClassName
{
border-color: #953A8F;
}
.TagClassName
{
border-color: #953A8F;
}
</style>