#882569

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

Shades of Dark Purple #882569

Tints of Dark Purple #882569

Color information

#882569 (or 0x882569) is unknown color: approx Dark Purple. HEX triplet: 88, 25 and 69. RGB value is (136,37,105). Sum of RGB (Red+Green+Blue) = 136+37+105=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 105 (41.41% from 255 or 37.77% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #882569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882569 is #77DA96. Grayscale: #4A4A4A. Windows color (decimal): -7854743 or 6890888. OLE color: 6890888.

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

Color convert

RGB13637105-
CMYK00.730.230.47
HSL318.79º57.23%33.92%-
HSV(B)318.79º72.79%53.33%-
XYZ13.367.5814.12-
YUV74.35145.3171.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 105 (41.41% from 255) = 37.77%
R=48.92%
G=13.31%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1363710500.730.230.47318.7957.2333.92
Hex882569049172F13f3922
Octal21045151011127574777142
Binary1000100010010111010010100100110111101111100111111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882569; }

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

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

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

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

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

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

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

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