Shades of Vivid Violet #962DAB
Tints of Vivid Violet #962DAB
RGB
CMYK
RGB Variations
Color information
#962DAB (or 0x962DAB) is known color: Vivid Violet. HEX triplet: 96, 2D and AB. RGB value is (150,45,171). Sum of RGB (Red+Green+Blue) = 150+45+171=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #962DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962DAB is #69D254. Grayscale: #5A5A5A. Windows color (decimal): -6935125 or 11218326. OLE color: 11218326.
HSL color Cylindrical-coordinate representation of color #962DAB: hue angle of 290º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962DAB is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 45 | 171 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.33 |
| HSL | 290º | 0.58% | 0.42% | - |
| HSV(B) | 290º | 0.74% | 0.67% | - |
| XYZ | 20.87 | 11.3 | 39.61 | - |
| YUV | 90.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 171 | 0.12 | 0.74 | 0 | 0.33 | 290 | 0.58 | 0.42 |
| Hex | 96 | 2D | AB | C | 4A | 0 | 21 | 122 | 3A | 2A |
| Octal | 226 | 55 | 253 | 14 | 112 | 0 | 41 | 442 | 72 | 52 |
| Binary | 10010110 | 101101 | 10101011 | 1100 | 1001010 | 0 | 100001 | 100100010 | 111010 | 101010 |
Color Harmonies of #962DAB
Complementary color
Monochromatic Colors of #962DAB
Black with #962DAB
Text Example
Text Example
White with #962DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DAB; }
p { color: rgb(150,45,171); }
H1.HeaderClassName
{
color: #962DAB;
}
.AnyTagClassName
{
color: #962DAB;
}
</style>
background-color css
<style>
a { background-color: #962DAB; }
a { background-color: rgb(150,45,171); }
div.DivClassName
{
background-color: #962DAB;
}
.BgClassName
{
background-color: #962DAB;
}
</style>
border-color css
<style>
span { border-color: #962DAB; }
span { border-color: rgb(150,45,171); }
td.TdClassName
{
border-color: #962DAB;
}
.TagClassName
{
border-color: #962DAB;
}
</style>