#880695

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

Shades of Dark Magenta #880695

Tints of Dark Magenta #880695

Color information

#880695 (or 0x880695) is unknown color: approx Dark Magenta. HEX triplet: 88, 06 and 95. RGB value is (136,6,149). Sum of RGB (Red+Green+Blue) = 136+6+149=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #880695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880695 is #77F96A. Grayscale: #3C3C3C. Windows color (decimal): -7862635 or 9766536. OLE color: 9766536.

HSL color Cylindrical-coordinate representation of color #880695: hue angle of 294.55º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880695 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1366149-
CMYK0.090.9600.42
HSL294.55º92.26%30.39%-
HSV(B)294.55º95.97%58.43%-
XYZ15.647.5329.06-
YUV61.17177.57181.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.74%
GREEN value IS 6 (2.73% from 255) = 2.06%
BLUE value IS 149 (58.59% from 255) = 51.20%
R=46.74%
G=2.06%
B=51.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13661490.090.9600.42294.5592.2630.39
Hex8869596002A1275c1e
Octal21062251114005244713436
Binary1000100011010010101100111000000101010100100111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880695; }

 p { color: rgb(136,6,149); }

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

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

 a { background-color: rgb(136,6,149); }

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

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

 span { border-color: rgb(136,6,149); }

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