Shades of Blue Violet #883CE7
Tints of Blue Violet #883CE7
RGB
CMYK
RGB Variations
Color information
#883CE7 (or 0x883CE7) is known color: Blue Violet. HEX triplet: 88, 3C and E7. RGB value is (136,60,231). Sum of RGB (Red+Green+Blue) = 136+60+231=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 60 (23.83% from 255 or 14.05% from 427); Blue value is 231 (90.62% from 255 or 54.10% from 427); Max value from RGB is 231 - color contains mainly: blue. Hex color #883CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883CE7 is #77C318. Grayscale: #656565. Windows color (decimal): -7848729 or 15154312. OLE color: 15154312.
HSL color Cylindrical-coordinate representation of color #883CE7: hue angle of 266.67º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #883CE7 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 60 | 231 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.09 |
| HSL | 266.67º | 0.78% | 0.57% | - |
| HSV(B) | 266.67º | 0.74% | 0.91% | - |
| XYZ | 26.19 | 14.24 | 76.97 | - |
| YUV | 102.22 | 200.68 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 231 | 0.41 | 0.74 | 0 | 0.09 | 266.67 | 0.78 | 0.57 |
| Hex | 88 | 3C | E7 | 29 | 4A | 0 | 9 | 10B | 4E | 39 |
| Octal | 210 | 74 | 347 | 51 | 112 | 0 | 11 | 413 | 116 | 71 |
| Binary | 10001000 | 111100 | 11100111 | 101001 | 1001010 | 0 | 1001 | 100001011 | 1001110 | 111001 |
Color Harmonies of #883CE7
Complementary color
Monochromatic Colors of #883CE7
Black with #883CE7
Text Example
Text Example
White with #883CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883CE7; }
p { color: rgb(136,60,231); }
H1.HeaderClassName
{
color: #883CE7;
}
.AnyTagClassName
{
color: #883CE7;
}
</style>
background-color css
<style>
a { background-color: #883CE7; }
a { background-color: rgb(136,60,231); }
div.DivClassName
{
background-color: #883CE7;
}
.BgClassName
{
background-color: #883CE7;
}
</style>
border-color css
<style>
span { border-color: #883CE7; }
span { border-color: rgb(136,60,231); }
td.TdClassName
{
border-color: #883CE7;
}
.TagClassName
{
border-color: #883CE7;
}
</style>