#880970

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

Shades of Dark Purple #880970

Tints of Dark Purple #880970

Color information

#880970 (or 0x880970) is unknown color: approx Dark Purple. HEX triplet: 88, 09 and 70. RGB value is (136,9,112). Sum of RGB (Red+Green+Blue) = 136+9+112=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #880970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880970 is #77F68F. Grayscale: #3A3A3A. Windows color (decimal): -7861904 or 7342472. OLE color: 7342472.

HSL color Cylindrical-coordinate representation of color #880970: hue angle of 311.34º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880970 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB1369112-
CMYK00.930.180.47
HSL311.34º87.59%28.43%-
HSV(B)311.34º93.38%53.33%-
XYZ13.186.615.91-
YUV58.72158.08183.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.92%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=52.92%
G=3.50%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136911200.930.180.47311.3487.5928.43
Hex8897005D122F137581c
Octal210111600135225746713034
Binary10001000100111100000101110110010101111100110111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880970; }

 p { color: rgb(136,9,112); }

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

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

 a { background-color: rgb(136,9,112); }

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

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

 span { border-color: rgb(136,9,112); }

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