#880AAF

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

Shades of Dark Violet #880AAF

Tints of Dark Violet #880AAF

Color information

#880AAF (or 0x880AAF) is unknown color: approx Dark Violet. HEX triplet: 88, 0A and AF. RGB value is (136,10,175). Sum of RGB (Red+Green+Blue) = 136+10+175=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #880AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880AAF is #77F550. Grayscale: #414141. Windows color (decimal): -7861585 or 11471496. OLE color: 11471496.

HSL color Cylindrical-coordinate representation of color #880AAF: hue angle of 285.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880AAF is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13610175-
CMYK0.220.9400.31
HSL285.82º89.19%36.27%-
HSV(B)285.82º94.29%68.63%-
XYZ188.5541.26-
YUV66.48189.24177.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.37%
GREEN value IS 10 (4.30% from 255) = 3.12%
BLUE value IS 175 (68.75% from 255) = 54.52%
R=42.37%
G=3.12%
B=54.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136101750.220.9400.31285.8289.1936.27
Hex88AAF165E01F11e5924
Octal210122572613603743613144
Binary100010001010101011111011010111100111111000111101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880AAF; }

 p { color: rgb(136,10,175); }

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

<style>
 a { background-color: #880AAF; }

 a { background-color: rgb(136,10,175); }

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

<style>
 span { border-color: #880AAF; }

 span { border-color: rgb(136,10,175); }

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