Shades of Vivid Violet #9239AB
Tints of Vivid Violet #9239AB
RGB
CMYK
RGB Variations
Color information
#9239AB (or 0x9239AB) is known color: Vivid Violet. HEX triplet: 92, 39 and AB. RGB value is (146,57,171). Sum of RGB (Red+Green+Blue) = 146+57+171=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 57 (22.66% from 255 or 15.24% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #9239AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9239AB is #6DC654. Grayscale: #606060. Windows color (decimal): -7194197 or 11221394. OLE color: 11221394.
HSL color Cylindrical-coordinate representation of color #9239AB: hue angle of 286.84º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9239AB is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 57 | 171 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.33 |
| HSL | 286.84º | 0.5% | 0.45% | - |
| HSV(B) | 286.84º | 0.67% | 0.67% | - |
| XYZ | 20.67 | 11.98 | 39.75 | - |
| YUV | 96.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 57 | 171 | 0.15 | 0.67 | 0 | 0.33 | 286.84 | 0.5 | 0.45 |
| Hex | 92 | 39 | AB | F | 43 | 0 | 21 | 11F | 32 | 2D |
| Octal | 222 | 71 | 253 | 17 | 103 | 0 | 41 | 437 | 62 | 55 |
| Binary | 10010010 | 111001 | 10101011 | 1111 | 1000011 | 0 | 100001 | 100011111 | 110010 | 101101 |
Color Harmonies of #9239AB
Complementary color
Monochromatic Colors of #9239AB
Black with #9239AB
Text Example
Text Example
White with #9239AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9239AB; }
p { color: rgb(146,57,171); }
H1.HeaderClassName
{
color: #9239AB;
}
.AnyTagClassName
{
color: #9239AB;
}
</style>
background-color css
<style>
a { background-color: #9239AB; }
a { background-color: rgb(146,57,171); }
div.DivClassName
{
background-color: #9239AB;
}
.BgClassName
{
background-color: #9239AB;
}
</style>
border-color css
<style>
span { border-color: #9239AB; }
span { border-color: rgb(146,57,171); }
td.TdClassName
{
border-color: #9239AB;
}
.TagClassName
{
border-color: #9239AB;
}
</style>