Shades of Vivid Violet #952298
Tints of Vivid Violet #952298
RGB
CMYK
RGB Variations
Color information
#952298 (or 0x952298) is known color: Vivid Violet. HEX triplet: 95, 22 and 98. RGB value is (149,34,152). Sum of RGB (Red+Green+Blue) = 149+34+152=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #952298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #952298 is #6ADD67. Grayscale: #515151. Windows color (decimal): -7003496 or 9970325. OLE color: 9970325.
HSL color Cylindrical-coordinate representation of color #952298: hue angle of 298.47º degrees, saturation: 0.63, 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 #952298 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 34 | 152 | - |
| CMYK | 0.02 | 0.78 | 0 | 0.40 |
| HSL | 298.47º | 0.63% | 0.36% | - |
| HSV(B) | 298.47º | 0.78% | 0.6% | - |
| XYZ | 18.63 | 9.8 | 30.62 | - |
| YUV | 81.84 | 167.6 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 34 | 152 | 0.02 | 0.78 | 0 | 0.40 | 298.47 | 0.63 | 0.36 |
| Hex | 95 | 22 | 98 | 2 | 4E | 0 | 28 | 12A | 3F | 24 |
| Octal | 225 | 42 | 230 | 2 | 116 | 0 | 50 | 452 | 77 | 44 |
| Binary | 10010101 | 100010 | 10011000 | 10 | 1001110 | 0 | 101000 | 100101010 | 111111 | 100100 |
Color Harmonies of #952298
Complementary color
Monochromatic Colors of #952298
Black with #952298
Text Example
Text Example
White with #952298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952298; }
p { color: rgb(149,34,152); }
H1.HeaderClassName
{
color: #952298;
}
.AnyTagClassName
{
color: #952298;
}
</style>
background-color css
<style>
a { background-color: #952298; }
a { background-color: rgb(149,34,152); }
div.DivClassName
{
background-color: #952298;
}
.BgClassName
{
background-color: #952298;
}
</style>
border-color css
<style>
span { border-color: #952298; }
span { border-color: rgb(149,34,152); }
td.TdClassName
{
border-color: #952298;
}
.TagClassName
{
border-color: #952298;
}
</style>