Shades of Vivid Violet #952898
Tints of Vivid Violet #952898
RGB
CMYK
RGB Variations
Color information
#952898 (or 0x952898) is known color: Vivid Violet. HEX triplet: 95, 28 and 98. RGB value is (149,40,152). Sum of RGB (Red+Green+Blue) = 149+40+152=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #952898 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952898 is #6AD767. Grayscale: #555555. Windows color (decimal): -7001960 or 9971861. OLE color: 9971861.
HSL color Cylindrical-coordinate representation of color #952898: hue angle of 298.39º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952898 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 40 | 152 | - |
| CMYK | 0.02 | 0.74 | 0 | 0.40 |
| HSL | 298.39º | 0.58% | 0.38% | - |
| HSV(B) | 298.39º | 0.74% | 0.6% | - |
| XYZ | 18.82 | 10.17 | 30.68 | - |
| YUV | 85.36 | 165.61 | 173.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 40 | 152 | 0.02 | 0.74 | 0 | 0.40 | 298.39 | 0.58 | 0.38 |
| Hex | 95 | 28 | 98 | 2 | 4A | 0 | 28 | 12A | 3A | 26 |
| Octal | 225 | 50 | 230 | 2 | 112 | 0 | 50 | 452 | 72 | 46 |
| Binary | 10010101 | 101000 | 10011000 | 10 | 1001010 | 0 | 101000 | 100101010 | 111010 | 100110 |
Color Harmonies of #952898
Complementary color
Monochromatic Colors of #952898
Black with #952898
Text Example
Text Example
White with #952898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952898; }
p { color: rgb(149,40,152); }
H1.HeaderClassName
{
color: #952898;
}
.AnyTagClassName
{
color: #952898;
}
</style>
background-color css
<style>
a { background-color: #952898; }
a { background-color: rgb(149,40,152); }
div.DivClassName
{
background-color: #952898;
}
.BgClassName
{
background-color: #952898;
}
</style>
border-color css
<style>
span { border-color: #952898; }
span { border-color: rgb(149,40,152); }
td.TdClassName
{
border-color: #952898;
}
.TagClassName
{
border-color: #952898;
}
</style>