Shades of Vivid Violet #9239A5
Tints of Vivid Violet #9239A5
RGB
CMYK
RGB Variations
Color information
#9239A5 (or 0x9239A5) is known color: Vivid Violet. HEX triplet: 92, 39 and A5. RGB value is (146,57,165). Sum of RGB (Red+Green+Blue) = 146+57+165=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 165 - color contains mainly: blue. Hex color #9239A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9239A5 is #6DC65A. Grayscale: #5F5F5F. Windows color (decimal): -7194203 or 10828178. OLE color: 10828178.
HSL color Cylindrical-coordinate representation of color #9239A5: hue angle of 289.44º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9239A5 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 146 | 57 | 165 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.35 |
| HSL | 289.44º | 0.49% | 0.44% | - |
| HSV(B) | 289.44º | 0.65% | 0.65% | - |
| XYZ | 20.11 | 11.75 | 36.81 | - |
| YUV | 95.92 | 166.99 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 57 | 165 | 0.12 | 0.65 | 0 | 0.35 | 289.44 | 0.49 | 0.44 |
| Hex | 92 | 39 | A5 | C | 41 | 0 | 23 | 121 | 31 | 2C |
| Octal | 222 | 71 | 245 | 14 | 101 | 0 | 43 | 441 | 61 | 54 |
| Binary | 10010010 | 111001 | 10100101 | 1100 | 1000001 | 0 | 100011 | 100100001 | 110001 | 101100 |
Color Harmonies of #9239A5
Complementary color
Monochromatic Colors of #9239A5
Black with #9239A5
Text Example
Text Example
White with #9239A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9239A5; }
p { color: rgb(146,57,165); }
H1.HeaderClassName
{
color: #9239A5;
}
.AnyTagClassName
{
color: #9239A5;
}
</style>
background-color css
<style>
a { background-color: #9239A5; }
a { background-color: rgb(146,57,165); }
div.DivClassName
{
background-color: #9239A5;
}
.BgClassName
{
background-color: #9239A5;
}
</style>
border-color css
<style>
span { border-color: #9239A5; }
span { border-color: rgb(146,57,165); }
td.TdClassName
{
border-color: #9239A5;
}
.TagClassName
{
border-color: #9239A5;
}
</style>