Shades of Vivid Violet #952893
Tints of Vivid Violet #952893
RGB
CMYK
RGB Variations
Color information
#952893 (or 0x952893) is known color: Vivid Violet. HEX triplet: 95, 28 and 93. RGB value is (149,40,147). Sum of RGB (Red+Green+Blue) = 149+40+147=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #952893 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952893 is #6AD76C. Grayscale: #545454. Windows color (decimal): -7001965 or 9644181. OLE color: 9644181.
HSL color Cylindrical-coordinate representation of color #952893: hue angle of 301.1º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #952893 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 40 | 147 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.42 |
| HSL | 301.1º | 0.58% | 0.37% | - |
| HSV(B) | 301.1º | 0.73% | 0.58% | - |
| XYZ | 18.42 | 10.01 | 28.57 | - |
| YUV | 84.79 | 163.11 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 147 | 0 | 0.73 | 0.01 | 0.42 | 301.1 | 0.58 | 0.37 |
| Hex | 95 | 28 | 93 | 0 | 49 | 1 | 2A | 12D | 3A | 25 |
| Octal | 225 | 50 | 223 | 0 | 111 | 1 | 52 | 455 | 72 | 45 |
| Binary | 10010101 | 101000 | 10010011 | 0 | 1001001 | 1 | 101010 | 100101101 | 111010 | 100101 |
Color Harmonies of #952893
Complementary color
Monochromatic Colors of #952893
Black with #952893
Text Example
Text Example
White with #952893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952893; }
p { color: rgb(149,40,147); }
H1.HeaderClassName
{
color: #952893;
}
.AnyTagClassName
{
color: #952893;
}
</style>
background-color css
<style>
a { background-color: #952893; }
a { background-color: rgb(149,40,147); }
div.DivClassName
{
background-color: #952893;
}
.BgClassName
{
background-color: #952893;
}
</style>
border-color css
<style>
span { border-color: #952893; }
span { border-color: rgb(149,40,147); }
td.TdClassName
{
border-color: #952893;
}
.TagClassName
{
border-color: #952893;
}
</style>