Shades of Blue Violet #883CEA
Tints of Blue Violet #883CEA
RGB
CMYK
RGB Variations
Color information
#883CEA (or 0x883CEA) is known color: Blue Violet. HEX triplet: 88, 3C and EA. RGB value is (136,60,234). Sum of RGB (Red+Green+Blue) = 136+60+234=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 234 (91.80% from 255 or 54.42% from 430); Max value from RGB is 234 - color contains mainly: blue. Hex color #883CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883CEA is #77C315. Grayscale: #656565. Windows color (decimal): -7848726 or 15350920. OLE color: 15350920.
HSL color Cylindrical-coordinate representation of color #883CEA: hue angle of 266.21º 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 #883CEA is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 60 | 234 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.08 |
| HSL | 266.21º | 0.81% | 0.58% | - |
| HSV(B) | 266.21º | 0.74% | 0.92% | - |
| XYZ | 26.62 | 14.41 | 79.22 | - |
| YUV | 102.56 | 202.18 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 234 | 0.42 | 0.74 | 0 | 0.08 | 266.21 | 0.81 | 0.58 |
| Hex | 88 | 3C | EA | 2A | 4A | 0 | 8 | 10A | 51 | 3A |
| Octal | 210 | 74 | 352 | 52 | 112 | 0 | 10 | 412 | 121 | 72 |
| Binary | 10001000 | 111100 | 11101010 | 101010 | 1001010 | 0 | 1000 | 100001010 | 1010001 | 111010 |
Color Harmonies of #883CEA
Complementary color
Monochromatic Colors of #883CEA
Black with #883CEA
Text Example
Text Example
White with #883CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883CEA; }
p { color: rgb(136,60,234); }
H1.HeaderClassName
{
color: #883CEA;
}
.AnyTagClassName
{
color: #883CEA;
}
</style>
background-color css
<style>
a { background-color: #883CEA; }
a { background-color: rgb(136,60,234); }
div.DivClassName
{
background-color: #883CEA;
}
.BgClassName
{
background-color: #883CEA;
}
</style>
border-color css
<style>
span { border-color: #883CEA; }
span { border-color: rgb(136,60,234); }
td.TdClassName
{
border-color: #883CEA;
}
.TagClassName
{
border-color: #883CEA;
}
</style>