Shades of Vivid Violet #962298
Tints of Vivid Violet #962298
RGB
CMYK
RGB Variations
Color information
#962298 (or 0x962298) is known color: Vivid Violet. HEX triplet: 96, 22 and 98. RGB value is (150,34,152). Sum of RGB (Red+Green+Blue) = 150+34+152=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #962298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962298 is #69DD67. Grayscale: #515151. Windows color (decimal): -6937960 or 9970326. OLE color: 9970326.
HSL color Cylindrical-coordinate representation of color #962298: hue angle of 298.98º 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 #962298 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 34 | 152 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.40 |
| HSL | 298.98º | 0.63% | 0.36% | - |
| HSV(B) | 298.98º | 0.78% | 0.6% | - |
| XYZ | 18.82 | 9.9 | 30.62 | - |
| YUV | 82.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 152 | 0.01 | 0.78 | 0 | 0.40 | 298.98 | 0.63 | 0.36 |
| Hex | 96 | 22 | 98 | 1 | 4E | 0 | 28 | 12B | 3F | 24 |
| Octal | 226 | 42 | 230 | 1 | 116 | 0 | 50 | 453 | 77 | 44 |
| Binary | 10010110 | 100010 | 10011000 | 1 | 1001110 | 0 | 101000 | 100101011 | 111111 | 100100 |
Color Harmonies of #962298
Complementary color
Monochromatic Colors of #962298
Black with #962298
Text Example
Text Example
White with #962298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962298; }
p { color: rgb(150,34,152); }
H1.HeaderClassName
{
color: #962298;
}
.AnyTagClassName
{
color: #962298;
}
</style>
background-color css
<style>
a { background-color: #962298; }
a { background-color: rgb(150,34,152); }
div.DivClassName
{
background-color: #962298;
}
.BgClassName
{
background-color: #962298;
}
</style>
border-color css
<style>
span { border-color: #962298; }
span { border-color: rgb(150,34,152); }
td.TdClassName
{
border-color: #962298;
}
.TagClassName
{
border-color: #962298;
}
</style>