Shades of Vivid Violet #952DA4
Tints of Vivid Violet #952DA4
RGB
CMYK
RGB Variations
Color information
#952DA4 (or 0x952DA4) is known color: Vivid Violet. HEX triplet: 95, 2D and A4. RGB value is (149,45,164). Sum of RGB (Red+Green+Blue) = 149+45+164=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #952DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952DA4 is #6AD25B. Grayscale: #595959. Windows color (decimal): -7000668 or 10759573. OLE color: 10759573.
HSL color Cylindrical-coordinate representation of color #952DA4: hue angle of 292.44º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952DA4 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 45 | 164 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.36 |
| HSL | 292.44º | 0.57% | 0.41% | - |
| HSV(B) | 292.44º | 0.73% | 0.64% | - |
| XYZ | 20.03 | 10.95 | 36.18 | - |
| YUV | 89.66 | 169.96 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 45 | 164 | 0.09 | 0.73 | 0 | 0.36 | 292.44 | 0.57 | 0.41 |
| Hex | 95 | 2D | A4 | 9 | 49 | 0 | 24 | 124 | 39 | 29 |
| Octal | 225 | 55 | 244 | 11 | 111 | 0 | 44 | 444 | 71 | 51 |
| Binary | 10010101 | 101101 | 10100100 | 1001 | 1001001 | 0 | 100100 | 100100100 | 111001 | 101001 |
Color Harmonies of #952DA4
Complementary color
Monochromatic Colors of #952DA4
Black with #952DA4
Text Example
Text Example
White with #952DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952DA4; }
p { color: rgb(149,45,164); }
H1.HeaderClassName
{
color: #952DA4;
}
.AnyTagClassName
{
color: #952DA4;
}
</style>
background-color css
<style>
a { background-color: #952DA4; }
a { background-color: rgb(149,45,164); }
div.DivClassName
{
background-color: #952DA4;
}
.BgClassName
{
background-color: #952DA4;
}
</style>
border-color css
<style>
span { border-color: #952DA4; }
span { border-color: rgb(149,45,164); }
td.TdClassName
{
border-color: #952DA4;
}
.TagClassName
{
border-color: #952DA4;
}
</style>