Shades of Vivid Violet #963DA0
Tints of Vivid Violet #963DA0
RGB
CMYK
RGB Variations
Color information
#963DA0 (or 0x963DA0) is known color: Vivid Violet. HEX triplet: 96, 3D and A0. RGB value is (150,61,160). Sum of RGB (Red+Green+Blue) = 150+61+160=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 160 (62.89% from 255 or 43.13% from 371); Max value from RGB is 160 - color contains mainly: blue. Hex color #963DA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963DA0 is #69C25F. Grayscale: #626262. Windows color (decimal): -6931040 or 10501526. OLE color: 10501526.
HSL color Cylindrical-coordinate representation of color #963DA0: hue angle of 293.94º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #963DA0 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 150 | 61 | 160 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.37 |
| HSL | 293.94º | 0.45% | 0.43% | - |
| HSV(B) | 293.94º | 0.62% | 0.63% | - |
| XYZ | 20.59 | 12.36 | 34.56 | - |
| YUV | 98.9 | 162.49 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 160 | 0.06 | 0.62 | 0 | 0.37 | 293.94 | 0.45 | 0.43 |
| Hex | 96 | 3D | A0 | 6 | 3E | 0 | 25 | 126 | 2D | 2B |
| Octal | 226 | 75 | 240 | 6 | 76 | 0 | 45 | 446 | 55 | 53 |
| Binary | 10010110 | 111101 | 10100000 | 110 | 111110 | 0 | 100101 | 100100110 | 101101 | 101011 |
Color Harmonies of #963DA0
Complementary color
Monochromatic Colors of #963DA0
Black with #963DA0
Text Example
Text Example
White with #963DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DA0; }
p { color: rgb(150,61,160); }
H1.HeaderClassName
{
color: #963DA0;
}
.AnyTagClassName
{
color: #963DA0;
}
</style>
background-color css
<style>
a { background-color: #963DA0; }
a { background-color: rgb(150,61,160); }
div.DivClassName
{
background-color: #963DA0;
}
.BgClassName
{
background-color: #963DA0;
}
</style>
border-color css
<style>
span { border-color: #963DA0; }
span { border-color: rgb(150,61,160); }
td.TdClassName
{
border-color: #963DA0;
}
.TagClassName
{
border-color: #963DA0;
}
</style>