Shades of Vivid Violet #952F93
Tints of Vivid Violet #952F93
RGB
CMYK
RGB Variations
Color information
#952F93 (or 0x952F93) is known color: Vivid Violet. HEX triplet: 95, 2F and 93. RGB value is (149,47,147). Sum of RGB (Red+Green+Blue) = 149+47+147=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 47 (18.75% from 255 or 13.70% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 149 - color contains mainly: red. Hex color #952F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952F93 is #6AD06C. Grayscale: #585858. Windows color (decimal): -7000173 or 9645973. OLE color: 9645973.
HSL color Cylindrical-coordinate representation of color #952F93: hue angle of 301.18º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #952F93 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 47 | 147 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.42 |
| HSL | 301.18º | 0.52% | 0.38% | - |
| HSV(B) | 301.18º | 0.68% | 0.58% | - |
| XYZ | 18.68 | 10.53 | 28.65 | - |
| YUV | 88.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 47 | 147 | 0 | 0.68 | 0.01 | 0.42 | 301.18 | 0.52 | 0.38 |
| Hex | 95 | 2F | 93 | 0 | 44 | 1 | 2A | 12D | 34 | 26 |
| Octal | 225 | 57 | 223 | 0 | 104 | 1 | 52 | 455 | 64 | 46 |
| Binary | 10010101 | 101111 | 10010011 | 0 | 1000100 | 1 | 101010 | 100101101 | 110100 | 100110 |
Color Harmonies of #952F93
Complementary color
Monochromatic Colors of #952F93
Black with #952F93
Text Example
Text Example
White with #952F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952F93; }
p { color: rgb(149,47,147); }
H1.HeaderClassName
{
color: #952F93;
}
.AnyTagClassName
{
color: #952F93;
}
</style>
background-color css
<style>
a { background-color: #952F93; }
a { background-color: rgb(149,47,147); }
div.DivClassName
{
background-color: #952F93;
}
.BgClassName
{
background-color: #952F93;
}
</style>
border-color css
<style>
span { border-color: #952F93; }
span { border-color: rgb(149,47,147); }
td.TdClassName
{
border-color: #952F93;
}
.TagClassName
{
border-color: #952F93;
}
</style>