Shades of Blue Violet #884AEB
Tints of Blue Violet #884AEB
RGB
CMYK
RGB Variations
Color information
#884AEB (or 0x884AEB) is known color: Blue Violet. HEX triplet: 88, 4A and EB. RGB value is (136,74,235). Sum of RGB (Red+Green+Blue) = 136+74+235=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 74 (29.30% from 255 or 16.63% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #884AEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884AEB is #77B514. Grayscale: #6E6E6E. Windows color (decimal): -7845141 or 15420040. OLE color: 15420040.
HSL color Cylindrical-coordinate representation of color #884AEB: hue angle of 263.11º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #884AEB is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 74 | 235 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.08 |
| HSL | 263.11º | 0.8% | 0.61% | - |
| HSV(B) | 263.11º | 0.69% | 0.92% | - |
| XYZ | 27.6 | 16.13 | 80.26 | - |
| YUV | 110.89 | 198.04 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 235 | 0.42 | 0.69 | 0 | 0.08 | 263.11 | 0.8 | 0.61 |
| Hex | 88 | 4A | EB | 2A | 45 | 0 | 8 | 107 | 50 | 3D |
| Octal | 210 | 112 | 353 | 52 | 105 | 0 | 10 | 407 | 120 | 75 |
| Binary | 10001000 | 1001010 | 11101011 | 101010 | 1000101 | 0 | 1000 | 100000111 | 1010000 | 111101 |
Color Harmonies of #884AEB
Complementary color
Monochromatic Colors of #884AEB
Black with #884AEB
Text Example
Text Example
White with #884AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AEB; }
p { color: rgb(136,74,235); }
H1.HeaderClassName
{
color: #884AEB;
}
.AnyTagClassName
{
color: #884AEB;
}
</style>
background-color css
<style>
a { background-color: #884AEB; }
a { background-color: rgb(136,74,235); }
div.DivClassName
{
background-color: #884AEB;
}
.BgClassName
{
background-color: #884AEB;
}
</style>
border-color css
<style>
span { border-color: #884AEB; }
span { border-color: rgb(136,74,235); }
td.TdClassName
{
border-color: #884AEB;
}
.TagClassName
{
border-color: #884AEB;
}
</style>