Shades of Blue Violet #8B28EE
Tints of Blue Violet #8B28EE
RGB
CMYK
RGB Variations
Color information
#8B28EE (or 0x8B28EE) is known color: Blue Violet. HEX triplet: 8B, 28 and EE. RGB value is (139,40,238). Sum of RGB (Red+Green+Blue) = 139+40+238=417 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.33% from 417); Green value is 40 (16.02% from 255 or 9.59% from 417); Blue value is 238 (93.36% from 255 or 57.07% from 417); Max value from RGB is 238 - color contains mainly: blue. Hex color #8B28EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8B28EE is #74D711. Grayscale: #5B5B5B. Windows color (decimal): -7657234 or 15607947. OLE color: 15607947.
HSL color Cylindrical-coordinate representation of color #8B28EE: hue angle of 270º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B28EE is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 40 | 238 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.07 |
| HSL | 270º | 0.85% | 0.55% | - |
| HSV(B) | 270º | 0.83% | 0.93% | - |
| XYZ | 26.84 | 13.18 | 82.02 | - |
| YUV | 92.17 | 210.3 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 40 | 238 | 0.42 | 0.83 | 0 | 0.07 | 270 | 0.85 | 0.55 |
| Hex | 8B | 28 | EE | 2A | 53 | 0 | 7 | 10E | 55 | 37 |
| Octal | 213 | 50 | 356 | 52 | 123 | 0 | 7 | 416 | 125 | 67 |
| Binary | 10001011 | 101000 | 11101110 | 101010 | 1010011 | 0 | 111 | 100001110 | 1010101 | 110111 |
Color Harmonies of #8B28EE
Complementary color
Monochromatic Colors of #8B28EE
Black with #8B28EE
Text Example
Text Example
White with #8B28EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B28EE; }
p { color: rgb(139,40,238); }
H1.HeaderClassName
{
color: #8B28EE;
}
.AnyTagClassName
{
color: #8B28EE;
}
</style>
background-color css
<style>
a { background-color: #8B28EE; }
a { background-color: rgb(139,40,238); }
div.DivClassName
{
background-color: #8B28EE;
}
.BgClassName
{
background-color: #8B28EE;
}
</style>
border-color css
<style>
span { border-color: #8B28EE; }
span { border-color: rgb(139,40,238); }
td.TdClassName
{
border-color: #8B28EE;
}
.TagClassName
{
border-color: #8B28EE;
}
</style>