Shades of Vivid Violet #963DA5
Tints of Vivid Violet #963DA5
RGB
CMYK
RGB Variations
Color information
#963DA5 (or 0x963DA5) is known color: Vivid Violet. HEX triplet: 96, 3D and A5. RGB value is (150,61,165). Sum of RGB (Red+Green+Blue) = 150+61+165=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 165 (64.84% from 255 or 43.88% from 376); Max value from RGB is 165 - color contains mainly: blue. Hex color #963DA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963DA5 is #69C25A. Grayscale: #636363. Windows color (decimal): -6931035 or 10829206. OLE color: 10829206.
HSL color Cylindrical-coordinate representation of color #963DA5: hue angle of 291.35º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #963DA5 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 61 | 165 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.35 |
| HSL | 291.35º | 0.46% | 0.44% | - |
| HSV(B) | 291.35º | 0.63% | 0.65% | - |
| XYZ | 21.04 | 12.54 | 36.91 | - |
| YUV | 99.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 61 | 165 | 0.09 | 0.63 | 0 | 0.35 | 291.35 | 0.46 | 0.44 |
| Hex | 96 | 3D | A5 | 9 | 3F | 0 | 23 | 123 | 2E | 2C |
| Octal | 226 | 75 | 245 | 11 | 77 | 0 | 43 | 443 | 56 | 54 |
| Binary | 10010110 | 111101 | 10100101 | 1001 | 111111 | 0 | 100011 | 100100011 | 101110 | 101100 |
Color Harmonies of #963DA5
Complementary color
Monochromatic Colors of #963DA5
Black with #963DA5
Text Example
Text Example
White with #963DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963DA5; }
p { color: rgb(150,61,165); }
H1.HeaderClassName
{
color: #963DA5;
}
.AnyTagClassName
{
color: #963DA5;
}
</style>
background-color css
<style>
a { background-color: #963DA5; }
a { background-color: rgb(150,61,165); }
div.DivClassName
{
background-color: #963DA5;
}
.BgClassName
{
background-color: #963DA5;
}
</style>
border-color css
<style>
span { border-color: #963DA5; }
span { border-color: rgb(150,61,165); }
td.TdClassName
{
border-color: #963DA5;
}
.TagClassName
{
border-color: #963DA5;
}
</style>