Shades of Blue Violet #883EDF
Tints of Blue Violet #883EDF
RGB
CMYK
RGB Variations
Color information
#883EDF (or 0x883EDF) is known color: Blue Violet. HEX triplet: 88, 3E and DF. RGB value is (136,62,223). Sum of RGB (Red+Green+Blue) = 136+62+223=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #883EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883EDF is #77C120. Grayscale: #656565. Windows color (decimal): -7848225 or 14630536. OLE color: 14630536.
HSL color Cylindrical-coordinate representation of color #883EDF: hue angle of 267.58º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #883EDF is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 62 | 223 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.13 |
| HSL | 267.58º | 0.72% | 0.56% | - |
| HSV(B) | 267.58º | 0.72% | 0.87% | - |
| XYZ | 25.2 | 14.01 | 71.19 | - |
| YUV | 102.48 | 196.02 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 223 | 0.39 | 0.72 | 0 | 0.13 | 267.58 | 0.72 | 0.56 |
| Hex | 88 | 3E | DF | 27 | 48 | 0 | D | 10C | 48 | 38 |
| Octal | 210 | 76 | 337 | 47 | 110 | 0 | 15 | 414 | 110 | 70 |
| Binary | 10001000 | 111110 | 11011111 | 100111 | 1001000 | 0 | 1101 | 100001100 | 1001000 | 111000 |
Color Harmonies of #883EDF
Complementary color
Monochromatic Colors of #883EDF
Black with #883EDF
Text Example
Text Example
White with #883EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883EDF; }
p { color: rgb(136,62,223); }
H1.HeaderClassName
{
color: #883EDF;
}
.AnyTagClassName
{
color: #883EDF;
}
</style>
background-color css
<style>
a { background-color: #883EDF; }
a { background-color: rgb(136,62,223); }
div.DivClassName
{
background-color: #883EDF;
}
.BgClassName
{
background-color: #883EDF;
}
</style>
border-color css
<style>
span { border-color: #883EDF; }
span { border-color: rgb(136,62,223); }
td.TdClassName
{
border-color: #883EDF;
}
.TagClassName
{
border-color: #883EDF;
}
</style>