#882269

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

Shades of Dark Purple #882269

Tints of Dark Purple #882269

Color information

#882269 (or 0x882269) is unknown color: approx Dark Purple. HEX triplet: 88, 22 and 69. RGB value is (136,34,105). Sum of RGB (Red+Green+Blue) = 136+34+105=275 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.45% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 105 (41.41% from 255 or 38.18% from 275); Max value from RGB is 136 - color contains mainly: red. Hex color #882269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882269 is #77DD96. Grayscale: #484848. Windows color (decimal): -7855511 or 6890120. OLE color: 6890120.

HSL color Cylindrical-coordinate representation of color #882269: hue angle of 318.24º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882269 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13634105-
CMYK00.750.230.47
HSL318.24º60%33.33%-
HSV(B)318.24º75%53.33%-
XYZ13.287.414.09-
YUV72.59146.29173.23-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.45%
GREEN value IS 34 (13.67% from 255) = 12.36%
BLUE value IS 105 (41.41% from 255) = 38.18%
R=49.45%
G=12.36%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363410500.750.230.47318.246033.33
Hex88226904B172F13e3c21
Octal21042151011327574767441
Binary1000100010001011010010100101110111101111100111110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882269; }

 p { color: rgb(136,34,105); }

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

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

 a { background-color: rgb(136,34,105); }

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

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

 span { border-color: rgb(136,34,105); }

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