#8807AE

Color #8807AE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #8807AE

Tints of Dark Violet #8807AE

Color information

#8807AE (or 0x8807AE) is unknown color: approx Dark Violet. HEX triplet: 88, 07 and AE. RGB value is (136,7,174). Sum of RGB (Red+Green+Blue) = 136+7+174=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #8807AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8807AE is #77F851. Grayscale: #404040. Windows color (decimal): -7862354 or 11405192. OLE color: 11405192.

HSL color Cylindrical-coordinate representation of color #8807AE: hue angle of 286.35º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8807AE is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1367174-
CMYK0.220.9600.32
HSL286.35º92.27%35.49%-
HSV(B)286.35º95.98%68.24%-
XYZ17.878.4440.73-
YUV64.61189.74178.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 7 (3.12% from 255) = 2.21%
BLUE value IS 174 (68.36% from 255) = 54.89%
R=42.90%
G=2.21%
B=54.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13671740.220.9600.32286.3592.2735.49
Hex887AE166002011e5c23
Octal21072562614004043613443
Binary100010001111010111010110110000001000001000111101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8807AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8807AE; }

 p { color: rgb(136,7,174); }

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

<style>
 a { background-color: #8807AE; }

 a { background-color: rgb(136,7,174); }

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

<style>
 span { border-color: #8807AE; }

 span { border-color: rgb(136,7,174); }

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