Shades of Vivid Violet #9435A1
Tints of Vivid Violet #9435A1
RGB
CMYK
RGB Variations
Color information
#9435A1 (or 0x9435A1) is known color: Vivid Violet. HEX triplet: 94, 35 and A1. RGB value is (148,53,161). Sum of RGB (Red+Green+Blue) = 148+53+161=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 161 (63.28% from 255 or 44.48% from 362); Max value from RGB is 161 - color contains mainly: blue. Hex color #9435A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9435A1 is #6BCA5E. Grayscale: #5D5D5D. Windows color (decimal): -7064159 or 10565012. OLE color: 10565012.
HSL color Cylindrical-coordinate representation of color #9435A1: hue angle of 292.78º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9435A1 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 53 | 161 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.37 |
| HSL | 292.78º | 0.5% | 0.42% | - |
| HSV(B) | 292.78º | 0.67% | 0.63% | - |
| XYZ | 19.92 | 11.42 | 34.87 | - |
| YUV | 93.72 | 165.97 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 161 | 0.08 | 0.67 | 0 | 0.37 | 292.78 | 0.5 | 0.42 |
| Hex | 94 | 35 | A1 | 8 | 43 | 0 | 25 | 125 | 32 | 2A |
| Octal | 224 | 65 | 241 | 10 | 103 | 0 | 45 | 445 | 62 | 52 |
| Binary | 10010100 | 110101 | 10100001 | 1000 | 1000011 | 0 | 100101 | 100100101 | 110010 | 101010 |
Color Harmonies of #9435A1
Complementary color
Monochromatic Colors of #9435A1
Black with #9435A1
Text Example
Text Example
White with #9435A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9435A1; }
p { color: rgb(148,53,161); }
H1.HeaderClassName
{
color: #9435A1;
}
.AnyTagClassName
{
color: #9435A1;
}
</style>
background-color css
<style>
a { background-color: #9435A1; }
a { background-color: rgb(148,53,161); }
div.DivClassName
{
background-color: #9435A1;
}
.BgClassName
{
background-color: #9435A1;
}
</style>
border-color css
<style>
span { border-color: #9435A1; }
span { border-color: rgb(148,53,161); }
td.TdClassName
{
border-color: #9435A1;
}
.TagClassName
{
border-color: #9435A1;
}
</style>