Shades of Vivid Violet #9A3D96
Tints of Vivid Violet #9A3D96
RGB
CMYK
RGB Variations
Color information
#9A3D96 (or 0x9A3D96) is known color: Vivid Violet. HEX triplet: 9A, 3D and 96. RGB value is (154,61,150). Sum of RGB (Red+Green+Blue) = 154+61+150=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A3D96 is #65C269. Grayscale: #626262. Windows color (decimal): -6668906 or 9846170. OLE color: 9846170.
HSL color Cylindrical-coordinate representation of color #9A3D96: hue angle of 302.58º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A3D96 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 61 | 150 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.40 |
| HSL | 302.58º | 0.43% | 0.42% | - |
| HSV(B) | 302.58º | 0.6% | 0.6% | - |
| XYZ | 20.5 | 12.41 | 30.17 | - |
| YUV | 98.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 61 | 150 | 0 | 0.60 | 0.03 | 0.40 | 302.58 | 0.43 | 0.42 |
| Hex | 9A | 3D | 96 | 0 | 3C | 3 | 28 | 12F | 2B | 2A |
| Octal | 232 | 75 | 226 | 0 | 74 | 3 | 50 | 457 | 53 | 52 |
| Binary | 10011010 | 111101 | 10010110 | 0 | 111100 | 11 | 101000 | 100101111 | 101011 | 101010 |
Color Harmonies of #9A3D96
Complementary color
Monochromatic Colors of #9A3D96
Black with #9A3D96
Text Example
Text Example
White with #9A3D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A3D96; }
p { color: rgb(154,61,150); }
H1.HeaderClassName
{
color: #9A3D96;
}
.AnyTagClassName
{
color: #9A3D96;
}
</style>
background-color css
<style>
a { background-color: #9A3D96; }
a { background-color: rgb(154,61,150); }
div.DivClassName
{
background-color: #9A3D96;
}
.BgClassName
{
background-color: #9A3D96;
}
</style>
border-color css
<style>
span { border-color: #9A3D96; }
span { border-color: rgb(154,61,150); }
td.TdClassName
{
border-color: #9A3D96;
}
.TagClassName
{
border-color: #9A3D96;
}
</style>