Html Css Color HEX #882970 Dark Purple

📋 copy color: '#882970'

red 136 ◦ green 41 ◦ blue 112

#882970
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #882970

Tints of Dark Purple #882970

RGB

 RED value IS 136 (53.52% from 255) = 47.06%

 GREEN value IS 41 (16.41% from 255) = 14.19%

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 47.06%
G = 14.19%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#882970 (or 0x882970) is known color: Dark Purple. HEX triplet: 88, 29 and 70. RGB value is (136,41,112). Sum of RGB (Red+Green+Blue) = 136+41+112=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #882970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882970 is #77D68F. Grayscale: #4D4D4D. Windows color (decimal): -7853712 or 7350664. OLE color: 7350664.

HSL color Cylindrical-coordinate representation of color #882970: hue angle of 315.16º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #882970 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 41 112 -
CMYK 0 0.70 0.18 0.47
HSL 315.16º 0.54% 0.35% -
HSV(B) 315.16º 0.7% 0.53% -
XYZ 13.87 7.99 16.14 -
YUV 77.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 136 41 112 0 0.70 0.18 0.47 315.16 0.54 0.35
Hex 88 29 70 0 46 12 2F 13B 36 23
Octal 210 51 160 0 106 22 57 473 66 43
Binary 10001000 101001 1110000 0 1000110 10010 101111 100111011 110110 100011

Color Harmonies of #882970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882970

Black with #882970

Text Example


Text Example

White with #882970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882970; }

 p { color: rgb(136,41,112); }

 H1.HeaderClassName
 {
   color: #882970;
 }
 .AnyTagClassName
 {
   color: #882970;
 }
</style>

background-color css

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

 a { background-color: rgb(136,41,112); }

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

border-color css

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

 span { border-color: rgb(136,41,112); }

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