#8827AA

Color #8827AA Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #8827AA

Tints of Vivid Violet #8827AA

Color information

#8827AA (or 0x8827AA) is unknown color: approx Vivid Violet. HEX triplet: 88, 27 and AA. RGB value is (136,39,170). Sum of RGB (Red+Green+Blue) = 136+39+170=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #8827AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8827AA is #77D855. Grayscale: #525252. Windows color (decimal): -7854166 or 11151240. OLE color: 11151240.

HSL color Cylindrical-coordinate representation of color #8827AA: hue angle of 284.43º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8827AA is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13639170-
CMYK0.200.7700.33
HSL284.43º62.68%40.98%-
HSV(B)284.43º77.06%66.67%-
XYZ18.139.5938.92-
YUV82.94177.14165.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 39 (15.62% from 255) = 11.30%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=39.42%
G=11.30%
B=49.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136391700.200.7700.33284.4362.6840.98
Hex8827AA144D02111c3f29
Octal21047252241150414347751
Binary10001000100111101010101010010011010100001100011100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8827AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8827AA; }

 p { color: rgb(136,39,170); }

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

<style>
 a { background-color: #8827AA; }

 a { background-color: rgb(136,39,170); }

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

<style>
 span { border-color: #8827AA; }

 span { border-color: rgb(136,39,170); }

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