Shades of Vivid Violet #8236AC
Tints of Vivid Violet #8236AC
RGB
CMYK
RGB Variations
Color information
#8236AC (or 0x8236AC) is known color: Vivid Violet. HEX triplet: 82, 36 and AC. RGB value is (130,54,172). Sum of RGB (Red+Green+Blue) = 130+54+172=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #8236AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8236AC is #7DC953. Grayscale: #595959. Windows color (decimal): -8243540 or 11286146. OLE color: 11286146.
HSL color Cylindrical-coordinate representation of color #8236AC: hue angle of 278.64º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8236AC is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 54 | 172 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.33 |
| HSL | 278.64º | 0.52% | 0.44% | - |
| HSV(B) | 278.64º | 0.69% | 0.67% | - |
| XYZ | 17.97 | 10.36 | 40.08 | - |
| YUV | 90.18 | 174.18 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 172 | 0.24 | 0.69 | 0 | 0.33 | 278.64 | 0.52 | 0.44 |
| Hex | 82 | 36 | AC | 18 | 45 | 0 | 21 | 117 | 34 | 2C |
| Octal | 202 | 66 | 254 | 30 | 105 | 0 | 41 | 427 | 64 | 54 |
| Binary | 10000010 | 110110 | 10101100 | 11000 | 1000101 | 0 | 100001 | 100010111 | 110100 | 101100 |
Color Harmonies of #8236AC
Complementary color
Monochromatic Colors of #8236AC
Black with #8236AC
Text Example
Text Example
White with #8236AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8236AC; }
p { color: rgb(130,54,172); }
H1.HeaderClassName
{
color: #8236AC;
}
.AnyTagClassName
{
color: #8236AC;
}
</style>
background-color css
<style>
a { background-color: #8236AC; }
a { background-color: rgb(130,54,172); }
div.DivClassName
{
background-color: #8236AC;
}
.BgClassName
{
background-color: #8236AC;
}
</style>
border-color css
<style>
span { border-color: #8236AC; }
span { border-color: rgb(130,54,172); }
td.TdClassName
{
border-color: #8236AC;
}
.TagClassName
{
border-color: #8236AC;
}
</style>