Shades of Vivid Violet #962DA5
Tints of Vivid Violet #962DA5
RGB
CMYK
RGB Variations
Color information
#962DA5 (or 0x962DA5) is known color: Vivid Violet. HEX triplet: 96, 2D and A5. RGB value is (150,45,165). Sum of RGB (Red+Green+Blue) = 150+45+165=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 165 (64.84% from 255 or 45.83% from 360); Max value from RGB is 165 - color contains mainly: blue. Hex color #962DA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962DA5 is #69D25A. Grayscale: #595959. Windows color (decimal): -6935131 or 10825110. OLE color: 10825110.
HSL color Cylindrical-coordinate representation of color #962DA5: hue angle of 292.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962DA5 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 45 | 165 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.35 |
| HSL | 292.5º | 0.57% | 0.41% | - |
| HSV(B) | 292.5º | 0.73% | 0.65% | - |
| XYZ | 20.31 | 11.08 | 36.67 | - |
| YUV | 90.08 | 170.29 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 165 | 0.09 | 0.73 | 0 | 0.35 | 292.5 | 0.57 | 0.41 |
| Hex | 96 | 2D | A5 | 9 | 49 | 0 | 23 | 124 | 39 | 29 |
| Octal | 226 | 55 | 245 | 11 | 111 | 0 | 43 | 444 | 71 | 51 |
| Binary | 10010110 | 101101 | 10100101 | 1001 | 1001001 | 0 | 100011 | 100100100 | 111001 | 101001 |
Color Harmonies of #962DA5
Complementary color
Monochromatic Colors of #962DA5
Black with #962DA5
Text Example
Text Example
White with #962DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DA5; }
p { color: rgb(150,45,165); }
H1.HeaderClassName
{
color: #962DA5;
}
.AnyTagClassName
{
color: #962DA5;
}
</style>
background-color css
<style>
a { background-color: #962DA5; }
a { background-color: rgb(150,45,165); }
div.DivClassName
{
background-color: #962DA5;
}
.BgClassName
{
background-color: #962DA5;
}
</style>
border-color css
<style>
span { border-color: #962DA5; }
span { border-color: rgb(150,45,165); }
td.TdClassName
{
border-color: #962DA5;
}
.TagClassName
{
border-color: #962DA5;
}
</style>