Html Css Color HEX #882779 Dark Purple

📋 copy color: '#882779'

red 136 ◦ green 39 ◦ blue 121

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

Shades of Dark Purple #882779

Tints of Dark Purple #882779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

 BLUE value IS 121 (47.66% from 255) = 40.88%

R = 45.95%
G = 13.18%
B = 40.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#882779 (or 0x882779) is known color: Dark Purple. HEX triplet: 88, 27 and 79. RGB value is (136,39,121). Sum of RGB (Red+Green+Blue) = 136+39+121=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #882779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #882779 is #77D886. Grayscale: #4D4D4D. Windows color (decimal): -7854215 or 7939976. OLE color: 7939976.

HSL color Cylindrical-coordinate representation of color #882779: hue angle of 309.28º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #882779 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 39 121 -
CMYK 0 0.71 0.11 0.47
HSL 309.28º 0.55% 0.34% -
HSV(B) 309.28º 0.71% 0.53% -
XYZ 14.33 8.07 18.89 -
YUV 77.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 136 39 121 0 0.71 0.11 0.47 309.28 0.55 0.34
Hex 88 27 79 0 47 B 2F 135 37 22
Octal 210 47 171 0 107 13 57 465 67 42
Binary 10001000 100111 1111001 0 1000111 1011 101111 100110101 110111 100010

Color Harmonies of #882779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882779

Black with #882779

Text Example


Text Example

White with #882779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882779; }

 p { color: rgb(136,39,121); }

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

background-color css

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

 a { background-color: rgb(136,39,121); }

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

border-color css

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

 span { border-color: rgb(136,39,121); }

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