#8829AC

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

Shades of Vivid Violet #8829AC

Tints of Vivid Violet #8829AC

Color information

#8829AC (or 0x8829AC) is unknown color: approx Vivid Violet. HEX triplet: 88, 29 and AC. RGB value is (136,41,172). Sum of RGB (Red+Green+Blue) = 136+41+172=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #8829AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8829AC is #77D653. Grayscale: #535353. Windows color (decimal): -7853652 or 11282824. OLE color: 11282824.

HSL color Cylindrical-coordinate representation of color #8829AC: hue angle of 283.51º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8829AC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13641172-
CMYK0.210.7600.33
HSL283.51º61.5%41.76%-
HSV(B)283.51º76.16%67.45%-
XYZ18.399.839.95-
YUV84.34177.47164.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 172 (67.58% from 255) = 49.28%
R=38.97%
G=11.75%
B=49.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal136411720.210.7600.33283.5161.541.76
Hex8829AC154C02111c3e2a
Octal21051254251140414347652
Binary10001000101001101011001010110011000100001100011100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8829AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8829AC; }

 p { color: rgb(136,41,172); }

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

<style>
 a { background-color: #8829AC; }

 a { background-color: rgb(136,41,172); }

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

<style>
 span { border-color: #8829AC; }

 span { border-color: rgb(136,41,172); }

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