Shades of Blue Violet #8B1CE5
Tints of Blue Violet #8B1CE5
RGB
CMYK
RGB Variations
Color information
#8B1CE5 (or 0x8B1CE5) is known color: Blue Violet. HEX triplet: 8B, 1C and E5. RGB value is (139,28,229). Sum of RGB (Red+Green+Blue) = 139+28+229=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #8B1CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B1CE5 is #74E31A. Grayscale: #535353. Windows color (decimal): -7660315 or 15015051. OLE color: 15015051.
HSL color Cylindrical-coordinate representation of color #8B1CE5: hue angle of 273.13º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1CE5 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 28 | 229 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.10 |
| HSL | 273.13º | 0.79% | 0.5% | - |
| HSV(B) | 273.13º | 0.88% | 0.9% | - |
| XYZ | 25.21 | 11.98 | 75.11 | - |
| YUV | 84.1 | 209.77 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 28 | 229 | 0.39 | 0.88 | 0 | 0.10 | 273.13 | 0.79 | 0.5 |
| Hex | 8B | 1C | E5 | 27 | 58 | 0 | A | 111 | 4F | 32 |
| Octal | 213 | 34 | 345 | 47 | 130 | 0 | 12 | 421 | 117 | 62 |
| Binary | 10001011 | 11100 | 11100101 | 100111 | 1011000 | 0 | 1010 | 100010001 | 1001111 | 110010 |
Color Harmonies of #8B1CE5
Complementary color
Monochromatic Colors of #8B1CE5
Black with #8B1CE5
Text Example
Text Example
White with #8B1CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1CE5; }
p { color: rgb(139,28,229); }
H1.HeaderClassName
{
color: #8B1CE5;
}
.AnyTagClassName
{
color: #8B1CE5;
}
</style>
background-color css
<style>
a { background-color: #8B1CE5; }
a { background-color: rgb(139,28,229); }
div.DivClassName
{
background-color: #8B1CE5;
}
.BgClassName
{
background-color: #8B1CE5;
}
</style>
border-color css
<style>
span { border-color: #8B1CE5; }
span { border-color: rgb(139,28,229); }
td.TdClassName
{
border-color: #8B1CE5;
}
.TagClassName
{
border-color: #8B1CE5;
}
</style>