Shades of Blue Violet #8838EE
Tints of Blue Violet #8838EE
RGB
CMYK
RGB Variations
Color information
#8838EE (or 0x8838EE) is known color: Blue Violet. HEX triplet: 88, 38 and EE. RGB value is (136,56,238). Sum of RGB (Red+Green+Blue) = 136+56+238=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 56 (22.27% from 255 or 13.02% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #8838EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8838EE is #77C711. Grayscale: #646464. Windows color (decimal): -7849746 or 15612040. OLE color: 15612040.
HSL color Cylindrical-coordinate representation of color #8838EE: hue angle of 266.37º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8838EE is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 56 | 238 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.07 |
| HSL | 266.37º | 0.84% | 0.58% | - |
| HSV(B) | 266.37º | 0.76% | 0.93% | - |
| XYZ | 27 | 14.24 | 82.21 | - |
| YUV | 100.67 | 205.5 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 56 | 238 | 0.43 | 0.76 | 0 | 0.07 | 266.37 | 0.84 | 0.58 |
| Hex | 88 | 38 | EE | 2B | 4C | 0 | 7 | 10A | 54 | 3A |
| Octal | 210 | 70 | 356 | 53 | 114 | 0 | 7 | 412 | 124 | 72 |
| Binary | 10001000 | 111000 | 11101110 | 101011 | 1001100 | 0 | 111 | 100001010 | 1010100 | 111010 |
Color Harmonies of #8838EE
Complementary color
Monochromatic Colors of #8838EE
Black with #8838EE
Text Example
Text Example
White with #8838EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8838EE; }
p { color: rgb(136,56,238); }
H1.HeaderClassName
{
color: #8838EE;
}
.AnyTagClassName
{
color: #8838EE;
}
</style>
background-color css
<style>
a { background-color: #8838EE; }
a { background-color: rgb(136,56,238); }
div.DivClassName
{
background-color: #8838EE;
}
.BgClassName
{
background-color: #8838EE;
}
</style>
border-color css
<style>
span { border-color: #8838EE; }
span { border-color: rgb(136,56,238); }
td.TdClassName
{
border-color: #8838EE;
}
.TagClassName
{
border-color: #8838EE;
}
</style>