Shades of Blue Violet #883DEE
Tints of Blue Violet #883DEE
RGB
CMYK
RGB Variations
Color information
#883DEE (or 0x883DEE) is known color: Blue Violet. HEX triplet: 88, 3D and EE. RGB value is (136,61,238). Sum of RGB (Red+Green+Blue) = 136+61+238=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #883DEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883DEE is #77C211. Grayscale: #666666. Windows color (decimal): -7848466 or 15613320. OLE color: 15613320.
HSL color Cylindrical-coordinate representation of color #883DEE: hue angle of 265.42º 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 #883DEE is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 61 | 238 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.07 |
| HSL | 265.42º | 0.84% | 0.59% | - |
| HSV(B) | 265.42º | 0.74% | 0.93% | - |
| XYZ | 27.25 | 14.74 | 82.3 | - |
| YUV | 103.6 | 203.85 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 238 | 0.43 | 0.74 | 0 | 0.07 | 265.42 | 0.84 | 0.59 |
| Hex | 88 | 3D | EE | 2B | 4A | 0 | 7 | 109 | 54 | 3B |
| Octal | 210 | 75 | 356 | 53 | 112 | 0 | 7 | 411 | 124 | 73 |
| Binary | 10001000 | 111101 | 11101110 | 101011 | 1001010 | 0 | 111 | 100001001 | 1010100 | 111011 |
Color Harmonies of #883DEE
Complementary color
Monochromatic Colors of #883DEE
Black with #883DEE
Text Example
Text Example
White with #883DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883DEE; }
p { color: rgb(136,61,238); }
H1.HeaderClassName
{
color: #883DEE;
}
.AnyTagClassName
{
color: #883DEE;
}
</style>
background-color css
<style>
a { background-color: #883DEE; }
a { background-color: rgb(136,61,238); }
div.DivClassName
{
background-color: #883DEE;
}
.BgClassName
{
background-color: #883DEE;
}
</style>
border-color css
<style>
span { border-color: #883DEE; }
span { border-color: rgb(136,61,238); }
td.TdClassName
{
border-color: #883DEE;
}
.TagClassName
{
border-color: #883DEE;
}
</style>