#881ae9

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

Shades of Blue Violet #881AE9

Tints of Blue Violet #881AE9

Color information

#881AE9 (or 0x881AE9) is unknown color: approx Blue Violet. HEX triplet: 88, 1A and E9. RGB value is (136,26,233). Sum of RGB (Red+Green+Blue) = 136+26+233=395 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.43% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 233 (91.41% from 255 or 58.99% from 395); Max value from RGB is 233 - color contains mainly: blue. Hex color #881AE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #881AE9 is #77E516. Grayscale: #515151. Windows color (decimal): -7857431 or 15276680. OLE color: 15276680.

HSL color Cylindrical-coordinate representation of color #881AE9: hue angle of 271.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #881AE9 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13626233-
CMYK0.420.8900.09
HSL271.88º82.47%50.78%-
HSV(B)271.88º88.84%91.37%-
XYZ25.2311.8678.05-
YUV82.49212.94166.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 34.43%
GREEN value IS 26 (10.55% from 255) = 6.58%
BLUE value IS 233 (91.41% from 255) = 58.99%
R=34.43%
G=6.58%
B=58.99%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal136262330.420.8900.09271.8882.4750.78
Hex881AE92A59091105233
Octal210323515213101142012263
Binary1000100011010111010011010101011001010011000100001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881ae9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,26,233); }

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

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

 a { background-color: rgb(136,26,233); }

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

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

 span { border-color: rgb(136,26,233); }

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