#883AE1

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

Shades of Blue Violet #883AE1

Tints of Blue Violet #883AE1

Color information

#883AE1 (or 0x883AE1) is unknown color: approx Blue Violet. HEX triplet: 88, 3A and E1. RGB value is (136,58,225). Sum of RGB (Red+Green+Blue) = 136+58+225=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #883AE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883AE1 is #77C51E. Grayscale: #636363. Windows color (decimal): -7849247 or 14760584. OLE color: 14760584.

HSL color Cylindrical-coordinate representation of color #883AE1: hue angle of 268.02º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #883AE1 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB13658225-
CMYK0.400.7400.12
HSL268.02º73.57%55.49%-
HSV(B)268.02º74.22%88.24%-
XYZ25.2613.772.55-
YUV100.36198.34153.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.46%
GREEN value IS 58 (23.05% from 255) = 13.84%
BLUE value IS 225 (88.28% from 255) = 53.70%
R=32.46%
G=13.84%
B=53.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal136582250.400.7400.12268.0273.5755.49
Hex883AE1284A0C10c4a37
Octal210723415011201441411267
Binary10001000111010111000011010001001010011001000011001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #883AE1; }

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

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

<style>
 a { background-color: #883AE1; }

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

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

<style>
 span { border-color: #883AE1; }

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

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