Shades of Blue Violet #8B1CE2
Tints of Blue Violet #8B1CE2
RGB
CMYK
RGB Variations
Color information
#8B1CE2 (or 0x8B1CE2) is known color: Blue Violet. HEX triplet: 8B, 1C and E2. RGB value is (139,28,226). Sum of RGB (Red+Green+Blue) = 139+28+226=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 226 (88.67% from 255 or 57.51% from 393); Max value from RGB is 226 - color contains mainly: blue. Hex color #8B1CE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1CE2 is #74E31D. Grayscale: #535353. Windows color (decimal): -7660318 or 14818443. OLE color: 14818443.
HSL color Cylindrical-coordinate representation of color #8B1CE2: hue angle of 273.64º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1CE2 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 28 | 226 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.11 |
| HSL | 273.64º | 0.78% | 0.5% | - |
| HSV(B) | 273.64º | 0.88% | 0.89% | - |
| XYZ | 24.79 | 11.81 | 72.92 | - |
| YUV | 83.76 | 208.27 | 167.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 226 | 0.38 | 0.88 | 0 | 0.11 | 273.64 | 0.78 | 0.5 |
| Hex | 8B | 1C | E2 | 26 | 58 | 0 | B | 112 | 4E | 32 |
| Octal | 213 | 34 | 342 | 46 | 130 | 0 | 13 | 422 | 116 | 62 |
| Binary | 10001011 | 11100 | 11100010 | 100110 | 1011000 | 0 | 1011 | 100010010 | 1001110 | 110010 |
Color Harmonies of #8B1CE2
Complementary color
Monochromatic Colors of #8B1CE2
Black with #8B1CE2
Text Example
Text Example
White with #8B1CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1CE2; }
p { color: rgb(139,28,226); }
H1.HeaderClassName
{
color: #8B1CE2;
}
.AnyTagClassName
{
color: #8B1CE2;
}
</style>
background-color css
<style>
a { background-color: #8B1CE2; }
a { background-color: rgb(139,28,226); }
div.DivClassName
{
background-color: #8B1CE2;
}
.BgClassName
{
background-color: #8B1CE2;
}
</style>
border-color css
<style>
span { border-color: #8B1CE2; }
span { border-color: rgb(139,28,226); }
td.TdClassName
{
border-color: #8B1CE2;
}
.TagClassName
{
border-color: #8B1CE2;
}
</style>