#884DE1

Color #884DE1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #884DE1

Tints of Blue Violet #884DE1

Color information

#884DE1 (or 0x884DE1) is unknown color: approx Blue Violet. HEX triplet: 88, 4D and E1. RGB value is (136,77,225). Sum of RGB (Red+Green+Blue) = 136+77+225=438 (58% of max value = 765). Red value is 136 (53.52% from 255 or 31.05% from 438); Green value is 77 (30.47% from 255 or 17.58% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #884DE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #884DE1 is #77B21E. Grayscale: #6E6E6E. Windows color (decimal): -7844383 or 14765448. OLE color: 14765448.

HSL color Cylindrical-coordinate representation of color #884DE1: hue angle of 263.92º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #884DE1 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13677225-
CMYK0.400.6600.12
HSL263.92º71.15%59.22%-
HSV(B)263.92º65.78%88.24%-
XYZ26.415.9872.93-
YUV111.51192.05145.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 31.05%
GREEN value IS 77 (30.47% from 255) = 17.58%
BLUE value IS 225 (88.28% from 255) = 51.37%
R=31.05%
G=17.58%
B=51.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal136772250.400.6600.12263.9271.1559.22
Hex884DE128420C108473b
Octal2101153415010201441010773
Binary100010001001101111000011010001000010011001000010001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884DE1; }

 p { color: rgb(136,77,225); }

 H1.HeaderClassName
 {
   color: #884DE1;
 }
 .AnyTagClassName
 {
   color: #884DE1;
 }
</style>
background-color css

<style>
 a { background-color: #884DE1; }

 a { background-color: rgb(136,77,225); }

 div.DivClassName
 {
   background-color: #884DE1;
 }
 .BgClassName
 {
   background-color: #884DE1;
 }
</style>
border-color css

<style>
 span { border-color: #884DE1; }

 span { border-color: rgb(136,77,225); }

 td.TdClassName
 {
   border-color: #884DE1;
 }
 .TagClassName
 {
   border-color: #884DE1;
 }
</style>