Shades of Vivid Violet #952C9D
Tints of Vivid Violet #952C9D
RGB
CMYK
RGB Variations
Color information
#952C9D (or 0x952C9D) is known color: Vivid Violet. HEX triplet: 95, 2C and 9D. RGB value is (149,44,157). Sum of RGB (Red+Green+Blue) = 149+44+157=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #952C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952C9D is #6AD362. Grayscale: #575757. Windows color (decimal): -7000931 or 10300565. OLE color: 10300565.
HSL color Cylindrical-coordinate representation of color #952C9D: hue angle of 295.75º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952C9D is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 44 | 157 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.38 |
| HSL | 295.75º | 0.56% | 0.39% | - |
| HSV(B) | 295.75º | 0.72% | 0.62% | - |
| XYZ | 19.38 | 10.63 | 32.93 | - |
| YUV | 88.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 44 | 157 | 0.05 | 0.72 | 0 | 0.38 | 295.75 | 0.56 | 0.39 |
| Hex | 95 | 2C | 9D | 5 | 48 | 0 | 26 | 128 | 38 | 27 |
| Octal | 225 | 54 | 235 | 5 | 110 | 0 | 46 | 450 | 70 | 47 |
| Binary | 10010101 | 101100 | 10011101 | 101 | 1001000 | 0 | 100110 | 100101000 | 111000 | 100111 |
Color Harmonies of #952C9D
Complementary color
Monochromatic Colors of #952C9D
Black with #952C9D
Text Example
Text Example
White with #952C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952C9D; }
p { color: rgb(149,44,157); }
H1.HeaderClassName
{
color: #952C9D;
}
.AnyTagClassName
{
color: #952C9D;
}
</style>
background-color css
<style>
a { background-color: #952C9D; }
a { background-color: rgb(149,44,157); }
div.DivClassName
{
background-color: #952C9D;
}
.BgClassName
{
background-color: #952C9D;
}
</style>
border-color css
<style>
span { border-color: #952C9D; }
span { border-color: rgb(149,44,157); }
td.TdClassName
{
border-color: #952C9D;
}
.TagClassName
{
border-color: #952C9D;
}
</style>