Shades of Blue Violet #883DEF
Tints of Blue Violet #883DEF
RGB
CMYK
RGB Variations
Color information
#883DEF (or 0x883DEF) is known color: Blue Violet. HEX triplet: 88, 3D and EF. RGB value is (136,61,239). Sum of RGB (Red+Green+Blue) = 136+61+239=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 61 (24.22% from 255 or 13.99% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #883DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883DEF is #77C210. Grayscale: #676767. Windows color (decimal): -7848465 or 15678856. OLE color: 15678856.
HSL color Cylindrical-coordinate representation of color #883DEF: hue angle of 265.28º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #883DEF is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 61 | 239 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.06 |
| HSL | 265.28º | 0.85% | 0.59% | - |
| HSV(B) | 265.28º | 0.74% | 0.94% | - |
| XYZ | 27.4 | 14.8 | 83.07 | - |
| YUV | 103.72 | 204.35 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 239 | 0.43 | 0.74 | 0 | 0.06 | 265.28 | 0.85 | 0.59 |
| Hex | 88 | 3D | EF | 2B | 4A | 0 | 6 | 109 | 55 | 3B |
| Octal | 210 | 75 | 357 | 53 | 112 | 0 | 6 | 411 | 125 | 73 |
| Binary | 10001000 | 111101 | 11101111 | 101011 | 1001010 | 0 | 110 | 100001001 | 1010101 | 111011 |
Color Harmonies of #883DEF
Complementary color
Monochromatic Colors of #883DEF
Black with #883DEF
Text Example
Text Example
White with #883DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883DEF; }
p { color: rgb(136,61,239); }
H1.HeaderClassName
{
color: #883DEF;
}
.AnyTagClassName
{
color: #883DEF;
}
</style>
background-color css
<style>
a { background-color: #883DEF; }
a { background-color: rgb(136,61,239); }
div.DivClassName
{
background-color: #883DEF;
}
.BgClassName
{
background-color: #883DEF;
}
</style>
border-color css
<style>
span { border-color: #883DEF; }
span { border-color: rgb(136,61,239); }
td.TdClassName
{
border-color: #883DEF;
}
.TagClassName
{
border-color: #883DEF;
}
</style>