Shades of Blue Violet #883EEA
Tints of Blue Violet #883EEA
RGB
CMYK
RGB Variations
Color information
#883EEA (or 0x883EEA) is known color: Blue Violet. HEX triplet: 88, 3E and EA. RGB value is (136,62,234). Sum of RGB (Red+Green+Blue) = 136+62+234=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #883EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883EEA is #77C115. Grayscale: #676767. Windows color (decimal): -7848214 or 15351432. OLE color: 15351432.
HSL color Cylindrical-coordinate representation of color #883EEA: hue angle of 265.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #883EEA is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 62 | 234 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.08 |
| HSL | 265.81º | 0.8% | 0.58% | - |
| HSV(B) | 265.81º | 0.74% | 0.92% | - |
| XYZ | 26.73 | 14.62 | 79.26 | - |
| YUV | 103.73 | 201.52 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 234 | 0.42 | 0.74 | 0 | 0.08 | 265.81 | 0.8 | 0.58 |
| Hex | 88 | 3E | EA | 2A | 4A | 0 | 8 | 10A | 50 | 3A |
| Octal | 210 | 76 | 352 | 52 | 112 | 0 | 10 | 412 | 120 | 72 |
| Binary | 10001000 | 111110 | 11101010 | 101010 | 1001010 | 0 | 1000 | 100001010 | 1010000 | 111010 |
Color Harmonies of #883EEA
Complementary color
Monochromatic Colors of #883EEA
Black with #883EEA
Text Example
Text Example
White with #883EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883EEA; }
p { color: rgb(136,62,234); }
H1.HeaderClassName
{
color: #883EEA;
}
.AnyTagClassName
{
color: #883EEA;
}
</style>
background-color css
<style>
a { background-color: #883EEA; }
a { background-color: rgb(136,62,234); }
div.DivClassName
{
background-color: #883EEA;
}
.BgClassName
{
background-color: #883EEA;
}
</style>
border-color css
<style>
span { border-color: #883EEA; }
span { border-color: rgb(136,62,234); }
td.TdClassName
{
border-color: #883EEA;
}
.TagClassName
{
border-color: #883EEA;
}
</style>