Shades of Vivid Violet #8B248E
Tints of Vivid Violet #8B248E
RGB
CMYK
RGB Variations
Color information
#8B248E (or 0x8B248E) is known color: Vivid Violet. HEX triplet: 8B, 24 and 8E. RGB value is (139,36,142). Sum of RGB (Red+Green+Blue) = 139+36+142=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B248E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B248E is #74DB71. Grayscale: #4E4E4E. Windows color (decimal): -7658354 or 9315467. OLE color: 9315467.
HSL color Cylindrical-coordinate representation of color #8B248E: hue angle of 298.3º 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 #8B248E is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 36 | 142 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.44 |
| HSL | 298.3º | 0.6% | 0.35% | - |
| HSV(B) | 298.3º | 0.75% | 0.56% | - |
| XYZ | 16.16 | 8.7 | 26.42 | - |
| YUV | 78.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 142 | 0.02 | 0.75 | 0 | 0.44 | 298.3 | 0.6 | 0.35 |
| Hex | 8B | 24 | 8E | 2 | 4B | 0 | 2C | 12A | 3C | 23 |
| Octal | 213 | 44 | 216 | 2 | 113 | 0 | 54 | 452 | 74 | 43 |
| Binary | 10001011 | 100100 | 10001110 | 10 | 1001011 | 0 | 101100 | 100101010 | 111100 | 100011 |
Color Harmonies of #8B248E
Complementary color
Monochromatic Colors of #8B248E
Black with #8B248E
Text Example
Text Example
White with #8B248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B248E; }
p { color: rgb(139,36,142); }
H1.HeaderClassName
{
color: #8B248E;
}
.AnyTagClassName
{
color: #8B248E;
}
</style>
background-color css
<style>
a { background-color: #8B248E; }
a { background-color: rgb(139,36,142); }
div.DivClassName
{
background-color: #8B248E;
}
.BgClassName
{
background-color: #8B248E;
}
</style>
border-color css
<style>
span { border-color: #8B248E; }
span { border-color: rgb(139,36,142); }
td.TdClassName
{
border-color: #8B248E;
}
.TagClassName
{
border-color: #8B248E;
}
</style>