Shades of Vivid Violet #952D94
Tints of Vivid Violet #952D94
RGB
CMYK
RGB Variations
Color information
#952D94 (or 0x952D94) is known color: Vivid Violet. HEX triplet: 95, 2D and 94. RGB value is (149,45,148). Sum of RGB (Red+Green+Blue) = 149+45+148=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #952D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952D94 is #6AD26B. Grayscale: #575757. Windows color (decimal): -7000684 or 9710997. OLE color: 9710997.
HSL color Cylindrical-coordinate representation of color #952D94: hue angle of 300.58º 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 #952D94 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 45 | 148 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.42 |
| HSL | 300.58º | 0.54% | 0.38% | - |
| HSV(B) | 300.58º | 0.7% | 0.58% | - |
| XYZ | 18.68 | 10.4 | 29.04 | - |
| YUV | 87.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 148 | 0 | 0.70 | 0.01 | 0.42 | 300.58 | 0.54 | 0.38 |
| Hex | 95 | 2D | 94 | 0 | 46 | 1 | 2A | 12D | 36 | 26 |
| Octal | 225 | 55 | 224 | 0 | 106 | 1 | 52 | 455 | 66 | 46 |
| Binary | 10010101 | 101101 | 10010100 | 0 | 1000110 | 1 | 101010 | 100101101 | 110110 | 100110 |
Color Harmonies of #952D94
Complementary color
Monochromatic Colors of #952D94
Black with #952D94
Text Example
Text Example
White with #952D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952D94; }
p { color: rgb(149,45,148); }
H1.HeaderClassName
{
color: #952D94;
}
.AnyTagClassName
{
color: #952D94;
}
</style>
background-color css
<style>
a { background-color: #952D94; }
a { background-color: rgb(149,45,148); }
div.DivClassName
{
background-color: #952D94;
}
.BgClassName
{
background-color: #952D94;
}
</style>
border-color css
<style>
span { border-color: #952D94; }
span { border-color: rgb(149,45,148); }
td.TdClassName
{
border-color: #952D94;
}
.TagClassName
{
border-color: #952D94;
}
</style>