#881DDE

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

Shades of Blue Violet #881DDE

Tints of Blue Violet #881DDE

Color information

#881DDE (or 0x881DDE) is unknown color: approx Blue Violet. HEX triplet: 88, 1D and DE. RGB value is (136,29,222). Sum of RGB (Red+Green+Blue) = 136+29+222=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #881DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881DDE is #77E221. Grayscale: #525252. Windows color (decimal): -7856674 or 14556552. OLE color: 14556552.

HSL color Cylindrical-coordinate representation of color #881DDE: hue angle of 273.26º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881DDE is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13629222-
CMYK0.390.8700.13
HSL273.26º76.89%49.22%-
HSV(B)273.26º86.94%87.06%-
XYZ23.7811.3970.05-
YUV83206.45165.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 35.14%
GREEN value IS 29 (11.72% from 255) = 7.49%
BLUE value IS 222 (87.11% from 255) = 57.36%
R=35.14%
G=7.49%
B=57.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal136292220.390.8700.13273.2676.8949.22
Hex881DDE27570D1114d31
Octal210353364712701542111561
Binary1000100011101110111101001111010111011011000100011001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881DDE; }

 p { color: rgb(136,29,222); }

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

<style>
 a { background-color: #881DDE; }

 a { background-color: rgb(136,29,222); }

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

<style>
 span { border-color: #881DDE; }

 span { border-color: rgb(136,29,222); }

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