#882485

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

Shades of Dark Purple #882485

Tints of Dark Purple #882485

Color information

#882485 (or 0x882485) is unknown color: approx Dark Purple. HEX triplet: 88, 24 and 85. RGB value is (136,36,133). Sum of RGB (Red+Green+Blue) = 136+36+133=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #882485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #882485 is #77DB7A. Grayscale: #4C4C4C. Windows color (decimal): -7854971 or 8725640. OLE color: 8725640.

HSL color Cylindrical-coordinate representation of color #882485: hue angle of 301.8º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #882485 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13636133-
CMYK00.740.020.47
HSL301.8º58.14%33.73%-
HSV(B)301.8º73.53%53.33%-
XYZ15.028.1922.98-
YUV76.96159.63170.11-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 133 (52.34% from 255) = 43.61%
R=44.59%
G=11.80%
B=43.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363613300.740.020.47301.858.1433.73
Hex88248504A22F12e3a22
Octal2104420501122574567242
Binary10001000100100100001010100101010101111100101110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882485; }

 p { color: rgb(136,36,133); }

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

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

 a { background-color: rgb(136,36,133); }

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

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

 span { border-color: rgb(136,36,133); }

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