Shades of Blue Violet #883FDE
Tints of Blue Violet #883FDE
RGB
CMYK
RGB Variations
Color information
#883FDE (or 0x883FDE) is known color: Blue Violet. HEX triplet: 88, 3F and DE. RGB value is (136,63,222). Sum of RGB (Red+Green+Blue) = 136+63+222=421 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.30% from 421); Green value is 63 (25% from 255 or 14.96% from 421); Blue value is 222 (87.11% from 255 or 52.73% from 421); Max value from RGB is 222 - color contains mainly: blue. Hex color #883FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FDE is #77C021. Grayscale: #666666. Windows color (decimal): -7847970 or 14565256. OLE color: 14565256.
HSL color Cylindrical-coordinate representation of color #883FDE: hue angle of 267.55º degrees, saturation: 0.71, 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 #883FDE is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 63 | 222 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.13 |
| HSL | 267.55º | 0.71% | 0.56% | - |
| HSV(B) | 267.55º | 0.72% | 0.87% | - |
| XYZ | 25.12 | 14.06 | 70.5 | - |
| YUV | 102.95 | 195.18 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 222 | 0.39 | 0.72 | 0 | 0.13 | 267.55 | 0.71 | 0.56 |
| Hex | 88 | 3F | DE | 27 | 48 | 0 | D | 10C | 47 | 38 |
| Octal | 210 | 77 | 336 | 47 | 110 | 0 | 15 | 414 | 107 | 70 |
| Binary | 10001000 | 111111 | 11011110 | 100111 | 1001000 | 0 | 1101 | 100001100 | 1000111 | 111000 |
Color Harmonies of #883FDE
Complementary color
Monochromatic Colors of #883FDE
Black with #883FDE
Text Example
Text Example
White with #883FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FDE; }
p { color: rgb(136,63,222); }
H1.HeaderClassName
{
color: #883FDE;
}
.AnyTagClassName
{
color: #883FDE;
}
</style>
background-color css
<style>
a { background-color: #883FDE; }
a { background-color: rgb(136,63,222); }
div.DivClassName
{
background-color: #883FDE;
}
.BgClassName
{
background-color: #883FDE;
}
</style>
border-color css
<style>
span { border-color: #883FDE; }
span { border-color: rgb(136,63,222); }
td.TdClassName
{
border-color: #883FDE;
}
.TagClassName
{
border-color: #883FDE;
}
</style>