#882F69

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

Shades of Dark Purple #882F69

Tints of Dark Purple #882F69

Color information

#882F69 (or 0x882F69) is unknown color: approx Dark Purple. HEX triplet: 88, 2F and 69. RGB value is (136,47,105). Sum of RGB (Red+Green+Blue) = 136+47+105=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #882F69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882F69 is #77D096. Grayscale: #505050. Windows color (decimal): -7852183 or 6893448. OLE color: 6893448.

HSL color Cylindrical-coordinate representation of color #882F69: hue angle of 320.9º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #882F69 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13647105-
CMYK00.650.230.47
HSL320.9º48.63%35.88%-
HSV(B)320.9º65.44%53.33%-
XYZ13.728.2914.24-
YUV80.22141.99167.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.22%
GREEN value IS 47 (18.75% from 255) = 16.32%
BLUE value IS 105 (41.41% from 255) = 36.46%
R=47.22%
G=16.32%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1364710500.650.230.47320.948.6335.88
Hex882F69041172F1413124
Octal21057151010127575016144
Binary1000100010111111010010100000110111101111101000001110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #882F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #882F69; }

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

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

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

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

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

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

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

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