Shades of Vivid Violet #962097
Tints of Vivid Violet #962097
RGB
CMYK
RGB Variations
Color information
#962097 (or 0x962097) is known color: Vivid Violet. HEX triplet: 96, 20 and 97. RGB value is (150,32,151). Sum of RGB (Red+Green+Blue) = 150+32+151=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #962097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962097 is #69DF68. Grayscale: #505050. Windows color (decimal): -6938473 or 9904278. OLE color: 9904278.
HSL color Cylindrical-coordinate representation of color #962097: hue angle of 299.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962097 is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 32 | 151 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.41 |
| HSL | 299.5º | 0.65% | 0.36% | - |
| HSV(B) | 299.5º | 0.79% | 0.59% | - |
| XYZ | 18.68 | 9.75 | 30.18 | - |
| YUV | 80.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 151 | 0.01 | 0.79 | 0 | 0.41 | 299.5 | 0.65 | 0.36 |
| Hex | 96 | 20 | 97 | 1 | 4F | 0 | 29 | 12B | 41 | 24 |
| Octal | 226 | 40 | 227 | 1 | 117 | 0 | 51 | 453 | 101 | 44 |
| Binary | 10010110 | 100000 | 10010111 | 1 | 1001111 | 0 | 101001 | 100101011 | 1000001 | 100100 |
Color Harmonies of #962097
Complementary color
Monochromatic Colors of #962097
Black with #962097
Text Example
Text Example
White with #962097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962097; }
p { color: rgb(150,32,151); }
H1.HeaderClassName
{
color: #962097;
}
.AnyTagClassName
{
color: #962097;
}
</style>
background-color css
<style>
a { background-color: #962097; }
a { background-color: rgb(150,32,151); }
div.DivClassName
{
background-color: #962097;
}
.BgClassName
{
background-color: #962097;
}
</style>
border-color css
<style>
span { border-color: #962097; }
span { border-color: rgb(150,32,151); }
td.TdClassName
{
border-color: #962097;
}
.TagClassName
{
border-color: #962097;
}
</style>