Shades of Vivid Violet #952394
Tints of Vivid Violet #952394
RGB
CMYK
RGB Variations
Color information
#952394 (or 0x952394) is known color: Vivid Violet. HEX triplet: 95, 23 and 94. RGB value is (149,35,148). Sum of RGB (Red+Green+Blue) = 149+35+148=332 (43% of max value = 765). Red value is 149 (58.59% from 255 or 44.88% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 149 - color contains mainly: red. Hex color #952394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952394 is #6ADC6B. Grayscale: #515151. Windows color (decimal): -7003244 or 9708437. OLE color: 9708437.
HSL color Cylindrical-coordinate representation of color #952394: hue angle of 300.53º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952394 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 35 | 148 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.42 |
| HSL | 300.53º | 0.62% | 0.36% | - |
| HSV(B) | 300.53º | 0.77% | 0.58% | - |
| XYZ | 18.34 | 9.73 | 28.93 | - |
| YUV | 81.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 35 | 148 | 0 | 0.77 | 0.01 | 0.42 | 300.53 | 0.62 | 0.36 |
| Hex | 95 | 23 | 94 | 0 | 4D | 1 | 2A | 12D | 3E | 24 |
| Octal | 225 | 43 | 224 | 0 | 115 | 1 | 52 | 455 | 76 | 44 |
| Binary | 10010101 | 100011 | 10010100 | 0 | 1001101 | 1 | 101010 | 100101101 | 111110 | 100100 |
Color Harmonies of #952394
Complementary color
Monochromatic Colors of #952394
Black with #952394
Text Example
Text Example
White with #952394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952394; }
p { color: rgb(149,35,148); }
H1.HeaderClassName
{
color: #952394;
}
.AnyTagClassName
{
color: #952394;
}
</style>
background-color css
<style>
a { background-color: #952394; }
a { background-color: rgb(149,35,148); }
div.DivClassName
{
background-color: #952394;
}
.BgClassName
{
background-color: #952394;
}
</style>
border-color css
<style>
span { border-color: #952394; }
span { border-color: rgb(149,35,148); }
td.TdClassName
{
border-color: #952394;
}
.TagClassName
{
border-color: #952394;
}
</style>