Html Css Color HEX #882E7E Dark Purple

📋 copy color: '#882E7E'

red 136 ◦ green 46 ◦ blue 126

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

Shades of Dark Purple #882E7E

Tints of Dark Purple #882E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.91%

R = 44.16%
G = 14.94%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#882E7E (or 0x882E7E) is known color: Dark Purple. HEX triplet: 88, 2E and 7E. RGB value is (136,46,126). Sum of RGB (Red+Green+Blue) = 136+46+126=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #882E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882E7E is #77D181. Grayscale: #515151. Windows color (decimal): -7852418 or 8269448. OLE color: 8269448.

HSL color Cylindrical-coordinate representation of color #882E7E: hue angle of 306.67º 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 #882E7E is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 46 126 -
CMYK 0 0.66 0.07 0.47
HSL 306.67º 0.49% 0.36% -
HSV(B) 306.67º 0.66% 0.53% -
XYZ 14.9 8.69 20.63 -
YUV 82.03 152.82 166.5 -
System Red Green Blue C M Y K H S L
Decimal 136 46 126 0 0.66 0.07 0.47 306.67 0.49 0.36
Hex 88 2E 7E 0 42 7 2F 133 31 24
Octal 210 56 176 0 102 7 57 463 61 44
Binary 10001000 101110 1111110 0 1000010 111 101111 100110011 110001 100100

Color Harmonies of #882E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882E7E

Black with #882E7E

Text Example


Text Example

White with #882E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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