Shades of Vivid Violet #8B238E
Tints of Vivid Violet #8B238E
RGB
CMYK
RGB Variations
Color information
#8B238E (or 0x8B238E) is known color: Vivid Violet. HEX triplet: 8B, 23 and 8E. RGB value is (139,35,142). Sum of RGB (Red+Green+Blue) = 139+35+142=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B238E is #74DC71. Grayscale: #4D4D4D. Windows color (decimal): -7658610 or 9315211. OLE color: 9315211.
HSL color Cylindrical-coordinate representation of color #8B238E: hue angle of 298.32º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8B238E is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 35 | 142 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.44 |
| HSL | 298.32º | 0.6% | 0.35% | - |
| HSV(B) | 298.32º | 0.75% | 0.56% | - |
| XYZ | 16.13 | 8.64 | 26.41 | - |
| YUV | 78.29 | 163.96 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 35 | 142 | 0.02 | 0.75 | 0 | 0.44 | 298.32 | 0.6 | 0.35 |
| Hex | 8B | 23 | 8E | 2 | 4B | 0 | 2C | 12A | 3C | 23 |
| Octal | 213 | 43 | 216 | 2 | 113 | 0 | 54 | 452 | 74 | 43 |
| Binary | 10001011 | 100011 | 10001110 | 10 | 1001011 | 0 | 101100 | 100101010 | 111100 | 100011 |
Color Harmonies of #8B238E
Complementary color
Monochromatic Colors of #8B238E
Black with #8B238E
Text Example
Text Example
White with #8B238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B238E; }
p { color: rgb(139,35,142); }
H1.HeaderClassName
{
color: #8B238E;
}
.AnyTagClassName
{
color: #8B238E;
}
</style>
background-color css
<style>
a { background-color: #8B238E; }
a { background-color: rgb(139,35,142); }
div.DivClassName
{
background-color: #8B238E;
}
.BgClassName
{
background-color: #8B238E;
}
</style>
border-color css
<style>
span { border-color: #8B238E; }
span { border-color: rgb(139,35,142); }
td.TdClassName
{
border-color: #8B238E;
}
.TagClassName
{
border-color: #8B238E;
}
</style>