Shades of Blue Violet #8B19EA
Tints of Blue Violet #8B19EA
RGB
CMYK
RGB Variations
Color information
#8B19EA (or 0x8B19EA) is known color: Blue Violet. HEX triplet: 8B, 19 and EA. RGB value is (139,25,234). Sum of RGB (Red+Green+Blue) = 139+25+234=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 234 (91.80% from 255 or 58.79% from 398); Max value from RGB is 234 - color contains mainly: blue. Hex color #8B19EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8B19EA is #74E615. Grayscale: #525252. Windows color (decimal): -7661078 or 15341963. OLE color: 15341963.
HSL color Cylindrical-coordinate representation of color #8B19EA: hue angle of 272.73º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B19EA is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 25 | 234 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.08 |
| HSL | 272.73º | 0.83% | 0.51% | - |
| HSV(B) | 272.73º | 0.89% | 0.92% | - |
| XYZ | 25.85 | 12.12 | 78.82 | - |
| YUV | 82.91 | 213.27 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 234 | 0.41 | 0.89 | 0 | 0.08 | 272.73 | 0.83 | 0.51 |
| Hex | 8B | 19 | EA | 29 | 59 | 0 | 8 | 111 | 53 | 33 |
| Octal | 213 | 31 | 352 | 51 | 131 | 0 | 10 | 421 | 123 | 63 |
| Binary | 10001011 | 11001 | 11101010 | 101001 | 1011001 | 0 | 1000 | 100010001 | 1010011 | 110011 |
Color Harmonies of #8B19EA
Complementary color
Monochromatic Colors of #8B19EA
Black with #8B19EA
Text Example
Text Example
White with #8B19EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B19EA; }
p { color: rgb(139,25,234); }
H1.HeaderClassName
{
color: #8B19EA;
}
.AnyTagClassName
{
color: #8B19EA;
}
</style>
background-color css
<style>
a { background-color: #8B19EA; }
a { background-color: rgb(139,25,234); }
div.DivClassName
{
background-color: #8B19EA;
}
.BgClassName
{
background-color: #8B19EA;
}
</style>
border-color css
<style>
span { border-color: #8B19EA; }
span { border-color: rgb(139,25,234); }
td.TdClassName
{
border-color: #8B19EA;
}
.TagClassName
{
border-color: #8B19EA;
}
</style>