Shades of Blue Violet #8B1ACE
Tints of Blue Violet #8B1ACE
RGB
CMYK
RGB Variations
Color information
#8B1ACE (or 0x8B1ACE) is known color: Blue Violet. HEX triplet: 8B, 1A and CE. RGB value is (139,26,206). Sum of RGB (Red+Green+Blue) = 139+26+206=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B1ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1ACE is #74E531. Grayscale: #4F4F4F. Windows color (decimal): -7660850 or 13507211. OLE color: 13507211.
HSL color Cylindrical-coordinate representation of color #8B1ACE: hue angle of 277.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B1ACE is Cyan = 0.33, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 26 | 206 | - |
| CMYK | 0.33 | 0.87 | 0 | 0.19 |
| HSL | 277.67º | 0.78% | 0.45% | - |
| HSV(B) | 277.67º | 0.87% | 0.81% | - |
| XYZ | 22.16 | 10.68 | 59.29 | - |
| YUV | 80.31 | 198.94 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 206 | 0.33 | 0.87 | 0 | 0.19 | 277.67 | 0.78 | 0.45 |
| Hex | 8B | 1A | CE | 21 | 57 | 0 | 13 | 116 | 4E | 2D |
| Octal | 213 | 32 | 316 | 41 | 127 | 0 | 23 | 426 | 116 | 55 |
| Binary | 10001011 | 11010 | 11001110 | 100001 | 1010111 | 0 | 10011 | 100010110 | 1001110 | 101101 |
Color Harmonies of #8B1ACE
Complementary color
Monochromatic Colors of #8B1ACE
Black with #8B1ACE
Text Example
Text Example
White with #8B1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1ACE; }
p { color: rgb(139,26,206); }
H1.HeaderClassName
{
color: #8B1ACE;
}
.AnyTagClassName
{
color: #8B1ACE;
}
</style>
background-color css
<style>
a { background-color: #8B1ACE; }
a { background-color: rgb(139,26,206); }
div.DivClassName
{
background-color: #8B1ACE;
}
.BgClassName
{
background-color: #8B1ACE;
}
</style>
border-color css
<style>
span { border-color: #8B1ACE; }
span { border-color: rgb(139,26,206); }
td.TdClassName
{
border-color: #8B1ACE;
}
.TagClassName
{
border-color: #8B1ACE;
}
</style>