Shades of Vivid Violet #9236AB
Tints of Vivid Violet #9236AB
RGB
CMYK
RGB Variations
Color information
#9236AB (or 0x9236AB) is known color: Vivid Violet. HEX triplet: 92, 36 and AB. RGB value is (146,54,171). Sum of RGB (Red+Green+Blue) = 146+54+171=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #9236AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9236AB is #6DC954. Grayscale: #5E5E5E. Windows color (decimal): -7194965 or 11220626. OLE color: 11220626.
HSL color Cylindrical-coordinate representation of color #9236AB: hue angle of 287.18º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9236AB is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 54 | 171 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.33 |
| HSL | 287.18º | 0.52% | 0.44% | - |
| HSV(B) | 287.18º | 0.68% | 0.67% | - |
| XYZ | 20.52 | 11.69 | 39.7 | - |
| YUV | 94.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 54 | 171 | 0.15 | 0.68 | 0 | 0.33 | 287.18 | 0.52 | 0.44 |
| Hex | 92 | 36 | AB | F | 44 | 0 | 21 | 11F | 34 | 2C |
| Octal | 222 | 66 | 253 | 17 | 104 | 0 | 41 | 437 | 64 | 54 |
| Binary | 10010010 | 110110 | 10101011 | 1111 | 1000100 | 0 | 100001 | 100011111 | 110100 | 101100 |
Color Harmonies of #9236AB
Complementary color
Monochromatic Colors of #9236AB
Black with #9236AB
Text Example
Text Example
White with #9236AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9236AB; }
p { color: rgb(146,54,171); }
H1.HeaderClassName
{
color: #9236AB;
}
.AnyTagClassName
{
color: #9236AB;
}
</style>
background-color css
<style>
a { background-color: #9236AB; }
a { background-color: rgb(146,54,171); }
div.DivClassName
{
background-color: #9236AB;
}
.BgClassName
{
background-color: #9236AB;
}
</style>
border-color css
<style>
span { border-color: #9236AB; }
span { border-color: rgb(146,54,171); }
td.TdClassName
{
border-color: #9236AB;
}
.TagClassName
{
border-color: #9236AB;
}
</style>