Shades of Vivid Violet #96408A
Tints of Vivid Violet #96408A
RGB
CMYK
RGB Variations
Color information
#96408A (or 0x96408A) is known color: Vivid Violet. HEX triplet: 96, 40 and 8A. RGB value is (150,64,138). Sum of RGB (Red+Green+Blue) = 150+64+138=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #96408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96408A is #69BF75. Grayscale: #616161. Windows color (decimal): -6930294 or 9060502. OLE color: 9060502.
HSL color Cylindrical-coordinate representation of color #96408A: hue angle of 308.37º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96408A is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 138 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.41 |
| HSL | 308.37º | 0.4% | 0.42% | - |
| HSV(B) | 308.37º | 0.57% | 0.59% | - |
| XYZ | 19 | 11.99 | 25.36 | - |
| YUV | 98.15 | 150.49 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 138 | 0 | 0.57 | 0.08 | 0.41 | 308.37 | 0.4 | 0.42 |
| Hex | 96 | 40 | 8A | 0 | 39 | 8 | 29 | 134 | 28 | 2A |
| Octal | 226 | 100 | 212 | 0 | 71 | 10 | 51 | 464 | 50 | 52 |
| Binary | 10010110 | 1000000 | 10001010 | 0 | 111001 | 1000 | 101001 | 100110100 | 101000 | 101010 |
Color Harmonies of #96408A
Complementary color
Monochromatic Colors of #96408A
Black with #96408A
Text Example
Text Example
White with #96408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96408A; }
p { color: rgb(150,64,138); }
H1.HeaderClassName
{
color: #96408A;
}
.AnyTagClassName
{
color: #96408A;
}
</style>
background-color css
<style>
a { background-color: #96408A; }
a { background-color: rgb(150,64,138); }
div.DivClassName
{
background-color: #96408A;
}
.BgClassName
{
background-color: #96408A;
}
</style>
border-color css
<style>
span { border-color: #96408A; }
span { border-color: rgb(150,64,138); }
td.TdClassName
{
border-color: #96408A;
}
.TagClassName
{
border-color: #96408A;
}
</style>