Html Css Color HEX #882E70 Dark Purple

📋 copy color: '#882E70'

red 136 ◦ green 46 ◦ blue 112

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

Shades of Dark Purple #882E70

Tints of Dark Purple #882E70

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.65%

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

R = 46.26%
G = 15.65%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#882E70 (or 0x882E70) is known color: Dark Purple. HEX triplet: 88, 2E and 70. RGB value is (136,46,112). Sum of RGB (Red+Green+Blue) = 136+46+112=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 46 (18.36% from 255 or 15.65% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #882E70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882E70 is #77D18F. Grayscale: #505050. Windows color (decimal): -7852432 or 7351944. OLE color: 7351944.

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

Color convert

RGB 136 46 112 -
CMYK 0 0.66 0.18 0.47
HSL 316º 0.49% 0.36% -
HSV(B) 316º 0.66% 0.53% -
XYZ 14.05 8.36 16.2 -
YUV 80.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 136 46 112 0 0.66 0.18 0.47 316 0.49 0.36
Hex 88 2E 70 0 42 12 2F 13C 31 24
Octal 210 56 160 0 102 22 57 474 61 44
Binary 10001000 101110 1110000 0 1000010 10010 101111 100111100 110001 100100

Color Harmonies of #882E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E70

Black with #882E70

Text Example


Text Example

White with #882E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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