Shades of Vivid Violet #9E35A5
Tints of Vivid Violet #9E35A5
RGB
CMYK
RGB Variations
Color information
#9E35A5 (or 0x9E35A5) is known color: Vivid Violet. HEX triplet: 9E, 35 and A5. RGB value is (158,53,165). Sum of RGB (Red+Green+Blue) = 158+53+165=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 53 (21.09% from 255 or 14.10% 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 #9E35A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E35A5 is #61CA5A. Grayscale: #606060. Windows color (decimal): -6408795 or 10827166. OLE color: 10827166.
HSL color Cylindrical-coordinate representation of color #9E35A5: hue angle of 296.25º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E35A5 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 158 | 53 | 165 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.35 |
| HSL | 296.25º | 0.51% | 0.43% | - |
| HSV(B) | 296.25º | 0.68% | 0.65% | - |
| XYZ | 22.17 | 12.53 | 36.85 | - |
| YUV | 97.16 | 166.29 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 165 | 0.04 | 0.68 | 0 | 0.35 | 296.25 | 0.51 | 0.43 |
| Hex | 9E | 35 | A5 | 4 | 44 | 0 | 23 | 128 | 33 | 2B |
| Octal | 236 | 65 | 245 | 4 | 104 | 0 | 43 | 450 | 63 | 53 |
| Binary | 10011110 | 110101 | 10100101 | 100 | 1000100 | 0 | 100011 | 100101000 | 110011 | 101011 |
Color Harmonies of #9E35A5
Complementary color
Monochromatic Colors of #9E35A5
Black with #9E35A5
Text Example
Text Example
White with #9E35A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E35A5; }
p { color: rgb(158,53,165); }
H1.HeaderClassName
{
color: #9E35A5;
}
.AnyTagClassName
{
color: #9E35A5;
}
</style>
background-color css
<style>
a { background-color: #9E35A5; }
a { background-color: rgb(158,53,165); }
div.DivClassName
{
background-color: #9E35A5;
}
.BgClassName
{
background-color: #9E35A5;
}
</style>
border-color css
<style>
span { border-color: #9E35A5; }
span { border-color: rgb(158,53,165); }
td.TdClassName
{
border-color: #9E35A5;
}
.TagClassName
{
border-color: #9E35A5;
}
</style>