Html Css Color HEX #882A7D Dark Purple

📋 copy color: '#882A7D'

red 136 ◦ green 42 ◦ blue 125

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

Shades of Dark Purple #882A7D

Tints of Dark Purple #882A7D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.86%

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 44.88%
G = 13.86%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#882A7D (or 0x882A7D) is known color: Dark Purple. HEX triplet: 88, 2A and 7D. RGB value is (136,42,125). Sum of RGB (Red+Green+Blue) = 136+42+125=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #882A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882A7D is #77D582. Grayscale: #4F4F4F. Windows color (decimal): -7853443 or 8202888. OLE color: 8202888.

HSL color Cylindrical-coordinate representation of color #882A7D: hue angle of 307.02º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #882A7D is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 42 125 -
CMYK 0 0.69 0.08 0.47
HSL 307.02º 0.53% 0.35% -
HSV(B) 307.02º 0.69% 0.53% -
XYZ 14.68 8.37 20.24 -
YUV 79.57 153.64 168.25 -
System Red Green Blue C M Y K H S L
Decimal 136 42 125 0 0.69 0.08 0.47 307.02 0.53 0.35
Hex 88 2A 7D 0 45 8 2F 133 35 23
Octal 210 52 175 0 105 10 57 463 65 43
Binary 10001000 101010 1111101 0 1000101 1000 101111 100110011 110101 100011

Color Harmonies of #882A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882A7D

Black with #882A7D

Text Example


Text Example

White with #882A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,42,125); }

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

background-color css

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

 a { background-color: rgb(136,42,125); }

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

border-color css

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

 span { border-color: rgb(136,42,125); }

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