Shades of Blue Violet #8B25EE
Tints of Blue Violet #8B25EE
RGB
CMYK
RGB Variations
Color information
#8B25EE (or 0x8B25EE) is known color: Blue Violet. HEX triplet: 8B, 25 and EE. RGB value is (139,37,238). Sum of RGB (Red+Green+Blue) = 139+37+238=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B25EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B25EE is #74DA11. Grayscale: #595959. Windows color (decimal): -7658002 or 15607179. OLE color: 15607179.
HSL color Cylindrical-coordinate representation of color #8B25EE: hue angle of 270.45º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B25EE is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 37 | 238 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.07 |
| HSL | 270.45º | 0.86% | 0.54% | - |
| HSV(B) | 270.45º | 0.84% | 0.93% | - |
| XYZ | 26.74 | 12.99 | 81.99 | - |
| YUV | 90.41 | 211.29 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 37 | 238 | 0.42 | 0.84 | 0 | 0.07 | 270.45 | 0.86 | 0.54 |
| Hex | 8B | 25 | EE | 2A | 54 | 0 | 7 | 10E | 56 | 36 |
| Octal | 213 | 45 | 356 | 52 | 124 | 0 | 7 | 416 | 126 | 66 |
| Binary | 10001011 | 100101 | 11101110 | 101010 | 1010100 | 0 | 111 | 100001110 | 1010110 | 110110 |
Color Harmonies of #8B25EE
Complementary color
Monochromatic Colors of #8B25EE
Black with #8B25EE
Text Example
Text Example
White with #8B25EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B25EE; }
p { color: rgb(139,37,238); }
H1.HeaderClassName
{
color: #8B25EE;
}
.AnyTagClassName
{
color: #8B25EE;
}
</style>
background-color css
<style>
a { background-color: #8B25EE; }
a { background-color: rgb(139,37,238); }
div.DivClassName
{
background-color: #8B25EE;
}
.BgClassName
{
background-color: #8B25EE;
}
</style>
border-color css
<style>
span { border-color: #8B25EE; }
span { border-color: rgb(139,37,238); }
td.TdClassName
{
border-color: #8B25EE;
}
.TagClassName
{
border-color: #8B25EE;
}
</style>