Shades of Vivid Violet #8B27AC
Tints of Vivid Violet #8B27AC
RGB
CMYK
RGB Variations
Color information
#8B27AC (or 0x8B27AC) is known color: Vivid Violet. HEX triplet: 8B, 27 and AC. RGB value is (139,39,172). Sum of RGB (Red+Green+Blue) = 139+39+172=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 39 (15.62% from 255 or 11.14% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B27AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B27AC is #74D853. Grayscale: #535353. Windows color (decimal): -7657556 or 11282315. OLE color: 11282315.
HSL color Cylindrical-coordinate representation of color #8B27AC: hue angle of 285.11º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B27AC is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 139 | 39 | 172 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.33 |
| HSL | 285.11º | 0.63% | 0.41% | - |
| HSV(B) | 285.11º | 0.77% | 0.67% | - |
| XYZ | 18.82 | 9.92 | 39.95 | - |
| YUV | 84.06 | 177.63 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 172 | 0.19 | 0.77 | 0 | 0.33 | 285.11 | 0.63 | 0.41 |
| Hex | 8B | 27 | AC | 13 | 4D | 0 | 21 | 11D | 3F | 29 |
| Octal | 213 | 47 | 254 | 23 | 115 | 0 | 41 | 435 | 77 | 51 |
| Binary | 10001011 | 100111 | 10101100 | 10011 | 1001101 | 0 | 100001 | 100011101 | 111111 | 101001 |
Color Harmonies of #8B27AC
Complementary color
Monochromatic Colors of #8B27AC
Black with #8B27AC
Text Example
Text Example
White with #8B27AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B27AC; }
p { color: rgb(139,39,172); }
H1.HeaderClassName
{
color: #8B27AC;
}
.AnyTagClassName
{
color: #8B27AC;
}
</style>
background-color css
<style>
a { background-color: #8B27AC; }
a { background-color: rgb(139,39,172); }
div.DivClassName
{
background-color: #8B27AC;
}
.BgClassName
{
background-color: #8B27AC;
}
</style>
border-color css
<style>
span { border-color: #8B27AC; }
span { border-color: rgb(139,39,172); }
td.TdClassName
{
border-color: #8B27AC;
}
.TagClassName
{
border-color: #8B27AC;
}
</style>