Shades of Vivid Violet #8B268E
Tints of Vivid Violet #8B268E
RGB
CMYK
RGB Variations
Color information
#8B268E (or 0x8B268E) is known color: Vivid Violet. HEX triplet: 8B, 26 and 8E. RGB value is (139,38,142). Sum of RGB (Red+Green+Blue) = 139+38+142=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B268E is #74D971. Grayscale: #4F4F4F. Windows color (decimal): -7657842 or 9315979. OLE color: 9315979.
HSL color Cylindrical-coordinate representation of color #8B268E: hue angle of 298.27º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B268E is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 38 | 142 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.44 |
| HSL | 298.27º | 0.58% | 0.35% | - |
| HSV(B) | 298.27º | 0.73% | 0.56% | - |
| XYZ | 16.22 | 8.83 | 26.44 | - |
| YUV | 80.06 | 162.96 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 38 | 142 | 0.02 | 0.73 | 0 | 0.44 | 298.27 | 0.58 | 0.35 |
| Hex | 8B | 26 | 8E | 2 | 49 | 0 | 2C | 12A | 3A | 23 |
| Octal | 213 | 46 | 216 | 2 | 111 | 0 | 54 | 452 | 72 | 43 |
| Binary | 10001011 | 100110 | 10001110 | 10 | 1001001 | 0 | 101100 | 100101010 | 111010 | 100011 |
Color Harmonies of #8B268E
Complementary color
Monochromatic Colors of #8B268E
Black with #8B268E
Text Example
Text Example
White with #8B268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B268E; }
p { color: rgb(139,38,142); }
H1.HeaderClassName
{
color: #8B268E;
}
.AnyTagClassName
{
color: #8B268E;
}
</style>
background-color css
<style>
a { background-color: #8B268E; }
a { background-color: rgb(139,38,142); }
div.DivClassName
{
background-color: #8B268E;
}
.BgClassName
{
background-color: #8B268E;
}
</style>
border-color css
<style>
span { border-color: #8B268E; }
span { border-color: rgb(139,38,142); }
td.TdClassName
{
border-color: #8B268E;
}
.TagClassName
{
border-color: #8B268E;
}
</style>