Shades of Blue Violet #883BEE
Tints of Blue Violet #883BEE
RGB
CMYK
RGB Variations
Color information
#883BEE (or 0x883BEE) is known color: Blue Violet. HEX triplet: 88, 3B and EE. RGB value is (136,59,238). Sum of RGB (Red+Green+Blue) = 136+59+238=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #883BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883BEE is #77C411. Grayscale: #656565. Windows color (decimal): -7848978 or 15612808. OLE color: 15612808.
HSL color Cylindrical-coordinate representation of color #883BEE: hue angle of 265.81º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #883BEE is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 59 | 238 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.07 |
| HSL | 265.81º | 0.84% | 0.58% | - |
| HSV(B) | 265.81º | 0.75% | 0.93% | - |
| XYZ | 27.15 | 14.54 | 82.26 | - |
| YUV | 102.43 | 204.51 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 238 | 0.43 | 0.75 | 0 | 0.07 | 265.81 | 0.84 | 0.58 |
| Hex | 88 | 3B | EE | 2B | 4B | 0 | 7 | 10A | 54 | 3A |
| Octal | 210 | 73 | 356 | 53 | 113 | 0 | 7 | 412 | 124 | 72 |
| Binary | 10001000 | 111011 | 11101110 | 101011 | 1001011 | 0 | 111 | 100001010 | 1010100 | 111010 |
Color Harmonies of #883BEE
Complementary color
Monochromatic Colors of #883BEE
Black with #883BEE
Text Example
Text Example
White with #883BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BEE; }
p { color: rgb(136,59,238); }
H1.HeaderClassName
{
color: #883BEE;
}
.AnyTagClassName
{
color: #883BEE;
}
</style>
background-color css
<style>
a { background-color: #883BEE; }
a { background-color: rgb(136,59,238); }
div.DivClassName
{
background-color: #883BEE;
}
.BgClassName
{
background-color: #883BEE;
}
</style>
border-color css
<style>
span { border-color: #883BEE; }
span { border-color: rgb(136,59,238); }
td.TdClassName
{
border-color: #883BEE;
}
.TagClassName
{
border-color: #883BEE;
}
</style>