Shades of Vivid Violet #952D8F
Tints of Vivid Violet #952D8F
RGB
CMYK
RGB Variations
Color information
#952D8F (or 0x952D8F) is known color: Vivid Violet. HEX triplet: 95, 2D and 8F. RGB value is (149,45,143). Sum of RGB (Red+Green+Blue) = 149+45+143=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #952D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952D8F is #6AD270. Grayscale: #565656. Windows color (decimal): -7000689 or 9383317. OLE color: 9383317.
HSL color Cylindrical-coordinate representation of color #952D8F: hue angle of 303.46º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D8F is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 143 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.42 |
| HSL | 303.46º | 0.54% | 0.38% | - |
| HSV(B) | 303.46º | 0.7% | 0.58% | - |
| XYZ | 18.29 | 10.25 | 27 | - |
| YUV | 87.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 143 | 0 | 0.70 | 0.04 | 0.42 | 303.46 | 0.54 | 0.38 |
| Hex | 95 | 2D | 8F | 0 | 46 | 4 | 2A | 12F | 36 | 26 |
| Octal | 225 | 55 | 217 | 0 | 106 | 4 | 52 | 457 | 66 | 46 |
| Binary | 10010101 | 101101 | 10001111 | 0 | 1000110 | 100 | 101010 | 100101111 | 110110 | 100110 |
Color Harmonies of #952D8F
Complementary color
Monochromatic Colors of #952D8F
Black with #952D8F
Text Example
Text Example
White with #952D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D8F; }
p { color: rgb(149,45,143); }
H1.HeaderClassName
{
color: #952D8F;
}
.AnyTagClassName
{
color: #952D8F;
}
</style>
background-color css
<style>
a { background-color: #952D8F; }
a { background-color: rgb(149,45,143); }
div.DivClassName
{
background-color: #952D8F;
}
.BgClassName
{
background-color: #952D8F;
}
</style>
border-color css
<style>
span { border-color: #952D8F; }
span { border-color: rgb(149,45,143); }
td.TdClassName
{
border-color: #952D8F;
}
.TagClassName
{
border-color: #952D8F;
}
</style>