Shades of Vivid Violet #8B278C
Tints of Vivid Violet #8B278C
RGB
CMYK
RGB Variations
Color information
#8B278C (or 0x8B278C) is known color: Vivid Violet. HEX triplet: 8B, 27 and 8C. RGB value is (139,39,140). Sum of RGB (Red+Green+Blue) = 139+39+140=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B278C is #74D873. Grayscale: #505050. Windows color (decimal): -7657588 or 9185163. OLE color: 9185163.
HSL color Cylindrical-coordinate representation of color #8B278C: hue angle of 299.41º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8B278C is Cyan = 0.01, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 39 | 140 | - |
| CMYK | 0.01 | 0.72 | 0 | 0.45 |
| HSL | 299.41º | 0.56% | 0.35% | - |
| HSV(B) | 299.41º | 0.72% | 0.55% | - |
| XYZ | 16.11 | 8.83 | 25.67 | - |
| YUV | 80.41 | 161.63 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 39 | 140 | 0.01 | 0.72 | 0 | 0.45 | 299.41 | 0.56 | 0.35 |
| Hex | 8B | 27 | 8C | 1 | 48 | 0 | 2D | 12B | 38 | 23 |
| Octal | 213 | 47 | 214 | 1 | 110 | 0 | 55 | 453 | 70 | 43 |
| Binary | 10001011 | 100111 | 10001100 | 1 | 1001000 | 0 | 101101 | 100101011 | 111000 | 100011 |
Color Harmonies of #8B278C
Complementary color
Monochromatic Colors of #8B278C
Black with #8B278C
Text Example
Text Example
White with #8B278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B278C; }
p { color: rgb(139,39,140); }
H1.HeaderClassName
{
color: #8B278C;
}
.AnyTagClassName
{
color: #8B278C;
}
</style>
background-color css
<style>
a { background-color: #8B278C; }
a { background-color: rgb(139,39,140); }
div.DivClassName
{
background-color: #8B278C;
}
.BgClassName
{
background-color: #8B278C;
}
</style>
border-color css
<style>
span { border-color: #8B278C; }
span { border-color: rgb(139,39,140); }
td.TdClassName
{
border-color: #8B278C;
}
.TagClassName
{
border-color: #8B278C;
}
</style>