Shades of Vivid Violet #963C8A
Tints of Vivid Violet #963C8A
RGB
CMYK
RGB Variations
Color information
#963C8A (or 0x963C8A) is known color: Vivid Violet. HEX triplet: 96, 3C and 8A. RGB value is (150,60,138). Sum of RGB (Red+Green+Blue) = 150+60+138=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #963C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963C8A is #69C375. Grayscale: #5F5F5F. Windows color (decimal): -6931318 or 9059478. OLE color: 9059478.
HSL color Cylindrical-coordinate representation of color #963C8A: hue angle of 308º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #963C8A is Cyan = 0, Magento = 0.6, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 60 | 138 | - |
| CMYK | 0 | 0.6 | 0.08 | 0.41 |
| HSL | 308º | 0.43% | 0.41% | - |
| HSV(B) | 308º | 0.6% | 0.59% | - |
| XYZ | 18.78 | 11.55 | 25.28 | - |
| YUV | 95.8 | 151.82 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 60 | 138 | 0 | 0.6 | 0.08 | 0.41 | 308 | 0.43 | 0.41 |
| Hex | 96 | 3C | 8A | 0 | 3C | 8 | 29 | 134 | 2B | 29 |
| Octal | 226 | 74 | 212 | 0 | 74 | 10 | 51 | 464 | 53 | 51 |
| Binary | 10010110 | 111100 | 10001010 | 0 | 111100 | 1000 | 101001 | 100110100 | 101011 | 101001 |
Color Harmonies of #963C8A
Complementary color
Monochromatic Colors of #963C8A
Black with #963C8A
Text Example
Text Example
White with #963C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963C8A; }
p { color: rgb(150,60,138); }
H1.HeaderClassName
{
color: #963C8A;
}
.AnyTagClassName
{
color: #963C8A;
}
</style>
background-color css
<style>
a { background-color: #963C8A; }
a { background-color: rgb(150,60,138); }
div.DivClassName
{
background-color: #963C8A;
}
.BgClassName
{
background-color: #963C8A;
}
</style>
border-color css
<style>
span { border-color: #963C8A; }
span { border-color: rgb(150,60,138); }
td.TdClassName
{
border-color: #963C8A;
}
.TagClassName
{
border-color: #963C8A;
}
</style>