Shades of Vivid Violet #962B9A
Tints of Vivid Violet #962B9A
RGB
CMYK
RGB Variations
Color information
#962B9A (or 0x962B9A) is known color: Vivid Violet. HEX triplet: 96, 2B and 9A. RGB value is (150,43,154). Sum of RGB (Red+Green+Blue) = 150+43+154=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #962B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962B9A is #69D465. Grayscale: #575757. Windows color (decimal): -6935654 or 10103702. OLE color: 10103702.
HSL color Cylindrical-coordinate representation of color #962B9A: hue angle of 297.84º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #962B9A is Cyan = 0.03, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 43 | 154 | - |
| CMYK | 0.03 | 0.72 | 0 | 0.40 |
| HSL | 297.84º | 0.56% | 0.39% | - |
| HSV(B) | 297.84º | 0.72% | 0.6% | - |
| XYZ | 19.27 | 10.54 | 31.59 | - |
| YUV | 87.65 | 165.45 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 154 | 0.03 | 0.72 | 0 | 0.40 | 297.84 | 0.56 | 0.39 |
| Hex | 96 | 2B | 9A | 3 | 48 | 0 | 28 | 12A | 38 | 27 |
| Octal | 226 | 53 | 232 | 3 | 110 | 0 | 50 | 452 | 70 | 47 |
| Binary | 10010110 | 101011 | 10011010 | 11 | 1001000 | 0 | 101000 | 100101010 | 111000 | 100111 |
Color Harmonies of #962B9A
Complementary color
Monochromatic Colors of #962B9A
Black with #962B9A
Text Example
Text Example
White with #962B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962B9A; }
p { color: rgb(150,43,154); }
H1.HeaderClassName
{
color: #962B9A;
}
.AnyTagClassName
{
color: #962B9A;
}
</style>
background-color css
<style>
a { background-color: #962B9A; }
a { background-color: rgb(150,43,154); }
div.DivClassName
{
background-color: #962B9A;
}
.BgClassName
{
background-color: #962B9A;
}
</style>
border-color css
<style>
span { border-color: #962B9A; }
span { border-color: rgb(150,43,154); }
td.TdClassName
{
border-color: #962B9A;
}
.TagClassName
{
border-color: #962B9A;
}
</style>