Shades of Vivid Violet #952198
Tints of Vivid Violet #952198
RGB
CMYK
RGB Variations
Color information
#952198 (or 0x952198) is known color: Vivid Violet. HEX triplet: 95, 21 and 98. RGB value is (149,33,152). Sum of RGB (Red+Green+Blue) = 149+33+152=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #952198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952198 is #6ADE67. Grayscale: #505050. Windows color (decimal): -7003752 or 9970069. OLE color: 9970069.
HSL color Cylindrical-coordinate representation of color #952198: hue angle of 298.49º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952198 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 33 | 152 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.40 |
| HSL | 298.49º | 0.64% | 0.36% | - |
| HSV(B) | 298.49º | 0.78% | 0.6% | - |
| XYZ | 18.61 | 9.74 | 30.61 | - |
| YUV | 81.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 33 | 152 | 0.02 | 0.78 | 0 | 0.40 | 298.49 | 0.64 | 0.36 |
| Hex | 95 | 21 | 98 | 2 | 4E | 0 | 28 | 12A | 40 | 24 |
| Octal | 225 | 41 | 230 | 2 | 116 | 0 | 50 | 452 | 100 | 44 |
| Binary | 10010101 | 100001 | 10011000 | 10 | 1001110 | 0 | 101000 | 100101010 | 1000000 | 100100 |
Color Harmonies of #952198
Complementary color
Monochromatic Colors of #952198
Black with #952198
Text Example
Text Example
White with #952198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952198; }
p { color: rgb(149,33,152); }
H1.HeaderClassName
{
color: #952198;
}
.AnyTagClassName
{
color: #952198;
}
</style>
background-color css
<style>
a { background-color: #952198; }
a { background-color: rgb(149,33,152); }
div.DivClassName
{
background-color: #952198;
}
.BgClassName
{
background-color: #952198;
}
</style>
border-color css
<style>
span { border-color: #952198; }
span { border-color: rgb(149,33,152); }
td.TdClassName
{
border-color: #952198;
}
.TagClassName
{
border-color: #952198;
}
</style>