Shades of Vivid Violet #9239A9
Tints of Vivid Violet #9239A9
RGB
CMYK
RGB Variations
Color information
#9239A9 (or 0x9239A9) is known color: Vivid Violet. HEX triplet: 92, 39 and A9. RGB value is (146,57,169). Sum of RGB (Red+Green+Blue) = 146+57+169=372 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.25% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 169 (66.41% from 255 or 45.43% from 372); Max value from RGB is 169 - color contains mainly: blue. Hex color #9239A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9239A9 is #6DC656. Grayscale: #606060. Windows color (decimal): -7194199 or 11090322. OLE color: 11090322.
HSL color Cylindrical-coordinate representation of color #9239A9: hue angle of 287.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9239A9 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 57 | 169 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.34 |
| HSL | 287.68º | 0.5% | 0.44% | - |
| HSV(B) | 287.68º | 0.66% | 0.66% | - |
| XYZ | 20.48 | 11.9 | 38.75 | - |
| YUV | 96.38 | 168.99 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 57 | 169 | 0.14 | 0.66 | 0 | 0.34 | 287.68 | 0.5 | 0.44 |
| Hex | 92 | 39 | A9 | E | 42 | 0 | 22 | 120 | 32 | 2C |
| Octal | 222 | 71 | 251 | 16 | 102 | 0 | 42 | 440 | 62 | 54 |
| Binary | 10010010 | 111001 | 10101001 | 1110 | 1000010 | 0 | 100010 | 100100000 | 110010 | 101100 |
Color Harmonies of #9239A9
Complementary color
Monochromatic Colors of #9239A9
Black with #9239A9
Text Example
Text Example
White with #9239A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9239A9; }
p { color: rgb(146,57,169); }
H1.HeaderClassName
{
color: #9239A9;
}
.AnyTagClassName
{
color: #9239A9;
}
</style>
background-color css
<style>
a { background-color: #9239A9; }
a { background-color: rgb(146,57,169); }
div.DivClassName
{
background-color: #9239A9;
}
.BgClassName
{
background-color: #9239A9;
}
</style>
border-color css
<style>
span { border-color: #9239A9; }
span { border-color: rgb(146,57,169); }
td.TdClassName
{
border-color: #9239A9;
}
.TagClassName
{
border-color: #9239A9;
}
</style>