Shades of Vivid Violet #8836AC
Tints of Vivid Violet #8836AC
RGB
CMYK
RGB Variations
Color information
#8836AC (or 0x8836AC) is known color: Vivid Violet. HEX triplet: 88, 36 and AC. RGB value is (136,54,172). Sum of RGB (Red+Green+Blue) = 136+54+172=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 54 (21.48% from 255 or 14.92% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #8836AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8836AC is #77C953. Grayscale: #5B5B5B. Windows color (decimal): -7850324 or 11286152. OLE color: 11286152.
HSL color Cylindrical-coordinate representation of color #8836AC: hue angle of 281.69º 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 #8836AC is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 136 | 54 | 172 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.33 |
| HSL | 281.69º | 0.52% | 0.44% | - |
| HSV(B) | 281.69º | 0.69% | 0.67% | - |
| XYZ | 18.92 | 10.85 | 40.13 | - |
| YUV | 91.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 54 | 172 | 0.21 | 0.69 | 0 | 0.33 | 281.69 | 0.52 | 0.44 |
| Hex | 88 | 36 | AC | 15 | 45 | 0 | 21 | 11A | 34 | 2C |
| Octal | 210 | 66 | 254 | 25 | 105 | 0 | 41 | 432 | 64 | 54 |
| Binary | 10001000 | 110110 | 10101100 | 10101 | 1000101 | 0 | 100001 | 100011010 | 110100 | 101100 |
Color Harmonies of #8836AC
Complementary color
Monochromatic Colors of #8836AC
Black with #8836AC
Text Example
Text Example
White with #8836AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8836AC; }
p { color: rgb(136,54,172); }
H1.HeaderClassName
{
color: #8836AC;
}
.AnyTagClassName
{
color: #8836AC;
}
</style>
background-color css
<style>
a { background-color: #8836AC; }
a { background-color: rgb(136,54,172); }
div.DivClassName
{
background-color: #8836AC;
}
.BgClassName
{
background-color: #8836AC;
}
</style>
border-color css
<style>
span { border-color: #8836AC; }
span { border-color: rgb(136,54,172); }
td.TdClassName
{
border-color: #8836AC;
}
.TagClassName
{
border-color: #8836AC;
}
</style>