Shades of Vivid Violet #8B248F
Tints of Vivid Violet #8B248F
RGB
CMYK
RGB Variations
Color information
#8B248F (or 0x8B248F) is known color: Vivid Violet. HEX triplet: 8B, 24 and 8F. RGB value is (139,36,143). Sum of RGB (Red+Green+Blue) = 139+36+143=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #8B248F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B248F is #74DB70. Grayscale: #4E4E4E. Windows color (decimal): -7658353 or 9381003. OLE color: 9381003.
HSL color Cylindrical-coordinate representation of color #8B248F: hue angle of 297.76º 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 #8B248F is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 36 | 143 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.44 |
| HSL | 297.76º | 0.6% | 0.35% | - |
| HSV(B) | 297.76º | 0.75% | 0.56% | - |
| XYZ | 16.24 | 8.73 | 26.82 | - |
| YUV | 79 | 164.12 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 143 | 0.03 | 0.75 | 0 | 0.44 | 297.76 | 0.6 | 0.35 |
| Hex | 8B | 24 | 8F | 3 | 4B | 0 | 2C | 12A | 3C | 23 |
| Octal | 213 | 44 | 217 | 3 | 113 | 0 | 54 | 452 | 74 | 43 |
| Binary | 10001011 | 100100 | 10001111 | 11 | 1001011 | 0 | 101100 | 100101010 | 111100 | 100011 |
Color Harmonies of #8B248F
Complementary color
Monochromatic Colors of #8B248F
Black with #8B248F
Text Example
Text Example
White with #8B248F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B248F; }
p { color: rgb(139,36,143); }
H1.HeaderClassName
{
color: #8B248F;
}
.AnyTagClassName
{
color: #8B248F;
}
</style>
background-color css
<style>
a { background-color: #8B248F; }
a { background-color: rgb(139,36,143); }
div.DivClassName
{
background-color: #8B248F;
}
.BgClassName
{
background-color: #8B248F;
}
</style>
border-color css
<style>
span { border-color: #8B248F; }
span { border-color: rgb(139,36,143); }
td.TdClassName
{
border-color: #8B248F;
}
.TagClassName
{
border-color: #8B248F;
}
</style>