Shades of Blue Violet #883FEE
Tints of Blue Violet #883FEE
RGB
CMYK
RGB Variations
Color information
#883FEE (or 0x883FEE) is known color: Blue Violet. HEX triplet: 88, 3F and EE. RGB value is (136,63,238). Sum of RGB (Red+Green+Blue) = 136+63+238=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #883FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883FEE is #77C011. Grayscale: #686868. Windows color (decimal): -7847954 or 15613832. OLE color: 15613832.
HSL color Cylindrical-coordinate representation of color #883FEE: hue angle of 265.03º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #883FEE is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 63 | 238 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.07 |
| HSL | 265.03º | 0.84% | 0.59% | - |
| HSV(B) | 265.03º | 0.74% | 0.93% | - |
| XYZ | 27.36 | 14.96 | 82.33 | - |
| YUV | 104.78 | 203.18 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 238 | 0.43 | 0.74 | 0 | 0.07 | 265.03 | 0.84 | 0.59 |
| Hex | 88 | 3F | EE | 2B | 4A | 0 | 7 | 109 | 54 | 3B |
| Octal | 210 | 77 | 356 | 53 | 112 | 0 | 7 | 411 | 124 | 73 |
| Binary | 10001000 | 111111 | 11101110 | 101011 | 1001010 | 0 | 111 | 100001001 | 1010100 | 111011 |
Color Harmonies of #883FEE
Complementary color
Monochromatic Colors of #883FEE
Black with #883FEE
Text Example
Text Example
White with #883FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FEE; }
p { color: rgb(136,63,238); }
H1.HeaderClassName
{
color: #883FEE;
}
.AnyTagClassName
{
color: #883FEE;
}
</style>
background-color css
<style>
a { background-color: #883FEE; }
a { background-color: rgb(136,63,238); }
div.DivClassName
{
background-color: #883FEE;
}
.BgClassName
{
background-color: #883FEE;
}
</style>
border-color css
<style>
span { border-color: #883FEE; }
span { border-color: rgb(136,63,238); }
td.TdClassName
{
border-color: #883FEE;
}
.TagClassName
{
border-color: #883FEE;
}
</style>