Shades of Blue Violet #883EEB
Tints of Blue Violet #883EEB
RGB
CMYK
RGB Variations
Color information
#883EEB (or 0x883EEB) is known color: Blue Violet. HEX triplet: 88, 3E and EB. RGB value is (136,62,235). Sum of RGB (Red+Green+Blue) = 136+62+235=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 62 (24.61% from 255 or 14.32% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #883EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883EEB is #77C114. Grayscale: #676767. Windows color (decimal): -7848213 or 15416968. OLE color: 15416968.
HSL color Cylindrical-coordinate representation of color #883EEB: hue angle of 265.66º degrees, saturation: 0.81, 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 #883EEB is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 62 | 235 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.08 |
| HSL | 265.66º | 0.81% | 0.58% | - |
| HSV(B) | 265.66º | 0.74% | 0.92% | - |
| XYZ | 26.87 | 14.68 | 80.01 | - |
| YUV | 103.85 | 202.02 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 235 | 0.42 | 0.74 | 0 | 0.08 | 265.66 | 0.81 | 0.58 |
| Hex | 88 | 3E | EB | 2A | 4A | 0 | 8 | 10A | 51 | 3A |
| Octal | 210 | 76 | 353 | 52 | 112 | 0 | 10 | 412 | 121 | 72 |
| Binary | 10001000 | 111110 | 11101011 | 101010 | 1001010 | 0 | 1000 | 100001010 | 1010001 | 111010 |
Color Harmonies of #883EEB
Complementary color
Monochromatic Colors of #883EEB
Black with #883EEB
Text Example
Text Example
White with #883EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883EEB; }
p { color: rgb(136,62,235); }
H1.HeaderClassName
{
color: #883EEB;
}
.AnyTagClassName
{
color: #883EEB;
}
</style>
background-color css
<style>
a { background-color: #883EEB; }
a { background-color: rgb(136,62,235); }
div.DivClassName
{
background-color: #883EEB;
}
.BgClassName
{
background-color: #883EEB;
}
</style>
border-color css
<style>
span { border-color: #883EEB; }
span { border-color: rgb(136,62,235); }
td.TdClassName
{
border-color: #883EEB;
}
.TagClassName
{
border-color: #883EEB;
}
</style>