Shades of Blue Violet #8B1CEE
Tints of Blue Violet #8B1CEE
RGB
CMYK
RGB Variations
Color information
#8B1CEE (or 0x8B1CEE) is known color: Blue Violet. HEX triplet: 8B, 1C and EE. RGB value is (139,28,238). Sum of RGB (Red+Green+Blue) = 139+28+238=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 238 (93.36% from 255 or 58.77% from 405); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B1CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B1CEE is #74E311. Grayscale: #545454. Windows color (decimal): -7660306 or 15604875. OLE color: 15604875.
HSL color Cylindrical-coordinate representation of color #8B1CEE: hue angle of 271.71º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1CEE is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 28 | 238 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.07 |
| HSL | 271.71º | 0.86% | 0.52% | - |
| HSV(B) | 271.71º | 0.88% | 0.93% | - |
| XYZ | 26.5 | 12.49 | 81.9 | - |
| YUV | 85.13 | 214.27 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 238 | 0.42 | 0.88 | 0 | 0.07 | 271.71 | 0.86 | 0.52 |
| Hex | 8B | 1C | EE | 2A | 58 | 0 | 7 | 110 | 56 | 34 |
| Octal | 213 | 34 | 356 | 52 | 130 | 0 | 7 | 420 | 126 | 64 |
| Binary | 10001011 | 11100 | 11101110 | 101010 | 1011000 | 0 | 111 | 100010000 | 1010110 | 110100 |
Color Harmonies of #8B1CEE
Complementary color
Monochromatic Colors of #8B1CEE
Black with #8B1CEE
Text Example
Text Example
White with #8B1CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1CEE; }
p { color: rgb(139,28,238); }
H1.HeaderClassName
{
color: #8B1CEE;
}
.AnyTagClassName
{
color: #8B1CEE;
}
</style>
background-color css
<style>
a { background-color: #8B1CEE; }
a { background-color: rgb(139,28,238); }
div.DivClassName
{
background-color: #8B1CEE;
}
.BgClassName
{
background-color: #8B1CEE;
}
</style>
border-color css
<style>
span { border-color: #8B1CEE; }
span { border-color: rgb(139,28,238); }
td.TdClassName
{
border-color: #8B1CEE;
}
.TagClassName
{
border-color: #8B1CEE;
}
</style>