Shades of Vivid Violet #8B27A5
Tints of Vivid Violet #8B27A5
RGB
CMYK
RGB Variations
Color information
#8B27A5 (or 0x8B27A5) is known color: Vivid Violet. HEX triplet: 8B, 27 and A5. RGB value is (139,39,165). Sum of RGB (Red+Green+Blue) = 139+39+165=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #8B27A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B27A5 is #74D85A. Grayscale: #525252. Windows color (decimal): -7657563 or 10823563. OLE color: 10823563.
HSL color Cylindrical-coordinate representation of color #8B27A5: hue angle of 287.62º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B27A5 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 39 | 165 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.35 |
| HSL | 287.62º | 0.62% | 0.4% | - |
| HSV(B) | 287.62º | 0.76% | 0.65% | - |
| XYZ | 18.16 | 9.66 | 36.5 | - |
| YUV | 83.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 165 | 0.16 | 0.76 | 0 | 0.35 | 287.62 | 0.62 | 0.4 |
| Hex | 8B | 27 | A5 | 10 | 4C | 0 | 23 | 120 | 3E | 28 |
| Octal | 213 | 47 | 245 | 20 | 114 | 0 | 43 | 440 | 76 | 50 |
| Binary | 10001011 | 100111 | 10100101 | 10000 | 1001100 | 0 | 100011 | 100100000 | 111110 | 101000 |
Color Harmonies of #8B27A5
Complementary color
Monochromatic Colors of #8B27A5
Black with #8B27A5
Text Example
Text Example
White with #8B27A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B27A5; }
p { color: rgb(139,39,165); }
H1.HeaderClassName
{
color: #8B27A5;
}
.AnyTagClassName
{
color: #8B27A5;
}
</style>
background-color css
<style>
a { background-color: #8B27A5; }
a { background-color: rgb(139,39,165); }
div.DivClassName
{
background-color: #8B27A5;
}
.BgClassName
{
background-color: #8B27A5;
}
</style>
border-color css
<style>
span { border-color: #8B27A5; }
span { border-color: rgb(139,39,165); }
td.TdClassName
{
border-color: #8B27A5;
}
.TagClassName
{
border-color: #8B27A5;
}
</style>