Shades of Vivid Violet #9231AC
Tints of Vivid Violet #9231AC
RGB
CMYK
RGB Variations
Color information
#9231AC (or 0x9231AC) is known color: Vivid Violet. HEX triplet: 92, 31 and AC. RGB value is (146,49,172). Sum of RGB (Red+Green+Blue) = 146+49+172=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #9231AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9231AC is #6DCE53. Grayscale: #5B5B5B. Windows color (decimal): -7196244 or 11284882. OLE color: 11284882.
HSL color Cylindrical-coordinate representation of color #9231AC: hue angle of 287.32º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9231AC is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 49 | 172 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.33 |
| HSL | 287.32º | 0.56% | 0.43% | - |
| HSV(B) | 287.32º | 0.72% | 0.67% | - |
| XYZ | 20.4 | 11.29 | 40.13 | - |
| YUV | 92.03 | 173.14 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 49 | 172 | 0.15 | 0.72 | 0 | 0.33 | 287.32 | 0.56 | 0.43 |
| Hex | 92 | 31 | AC | F | 48 | 0 | 21 | 11F | 38 | 2B |
| Octal | 222 | 61 | 254 | 17 | 110 | 0 | 41 | 437 | 70 | 53 |
| Binary | 10010010 | 110001 | 10101100 | 1111 | 1001000 | 0 | 100001 | 100011111 | 111000 | 101011 |
Color Harmonies of #9231AC
Complementary color
Monochromatic Colors of #9231AC
Black with #9231AC
Text Example
Text Example
White with #9231AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9231AC; }
p { color: rgb(146,49,172); }
H1.HeaderClassName
{
color: #9231AC;
}
.AnyTagClassName
{
color: #9231AC;
}
</style>
background-color css
<style>
a { background-color: #9231AC; }
a { background-color: rgb(146,49,172); }
div.DivClassName
{
background-color: #9231AC;
}
.BgClassName
{
background-color: #9231AC;
}
</style>
border-color css
<style>
span { border-color: #9231AC; }
span { border-color: rgb(146,49,172); }
td.TdClassName
{
border-color: #9231AC;
}
.TagClassName
{
border-color: #9231AC;
}
</style>