Shades of Blue Violet #884BED
Tints of Blue Violet #884BED
RGB
CMYK
RGB Variations
Color information
#884BED (or 0x884BED) is known color: Blue Violet. HEX triplet: 88, 4B and ED. RGB value is (136,75,237). Sum of RGB (Red+Green+Blue) = 136+75+237=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #884BED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884BED is #77B412. Grayscale: #6F6F6F. Windows color (decimal): -7844883 or 15551368. OLE color: 15551368.
HSL color Cylindrical-coordinate representation of color #884BED: hue angle of 262.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #884BED is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 75 | 237 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.07 |
| HSL | 262.59º | 0.82% | 0.61% | - |
| HSV(B) | 262.59º | 0.68% | 0.93% | - |
| XYZ | 27.96 | 16.38 | 81.81 | - |
| YUV | 111.71 | 198.71 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 237 | 0.43 | 0.68 | 0 | 0.07 | 262.59 | 0.82 | 0.61 |
| Hex | 88 | 4B | ED | 2B | 44 | 0 | 7 | 107 | 52 | 3D |
| Octal | 210 | 113 | 355 | 53 | 104 | 0 | 7 | 407 | 122 | 75 |
| Binary | 10001000 | 1001011 | 11101101 | 101011 | 1000100 | 0 | 111 | 100000111 | 1010010 | 111101 |
Color Harmonies of #884BED
Complementary color
Monochromatic Colors of #884BED
Black with #884BED
Text Example
Text Example
White with #884BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BED; }
p { color: rgb(136,75,237); }
H1.HeaderClassName
{
color: #884BED;
}
.AnyTagClassName
{
color: #884BED;
}
</style>
background-color css
<style>
a { background-color: #884BED; }
a { background-color: rgb(136,75,237); }
div.DivClassName
{
background-color: #884BED;
}
.BgClassName
{
background-color: #884BED;
}
</style>
border-color css
<style>
span { border-color: #884BED; }
span { border-color: rgb(136,75,237); }
td.TdClassName
{
border-color: #884BED;
}
.TagClassName
{
border-color: #884BED;
}
</style>