Html Css Color HEX #881979 Dark Purple

📋 copy color: '#881979'

red 136 ◦ green 25 ◦ blue 121

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

Shades of Dark Purple #881979

Tints of Dark Purple #881979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

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

R = 48.23%
G = 8.87%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#881979 (or 0x881979) is known color: Dark Purple. HEX triplet: 88, 19 and 79. RGB value is (136,25,121). Sum of RGB (Red+Green+Blue) = 136+25+121=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #881979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881979 is #77E686. Grayscale: #444444. Windows color (decimal): -7857799 or 7936392. OLE color: 7936392.

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

Color convert

RGB 136 25 121 -
CMYK 0 0.82 0.11 0.47
HSL 308.11º 0.69% 0.32% -
HSV(B) 308.11º 0.82% 0.53% -
XYZ 13.95 7.31 18.76 -
YUV 69.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 136 25 121 0 0.82 0.11 0.47 308.11 0.69 0.32
Hex 88 19 79 0 52 B 2F 134 45 20
Octal 210 31 171 0 122 13 57 464 105 40
Binary 10001000 11001 1111001 0 1010010 1011 101111 100110100 1000101 100000

Color Harmonies of #881979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881979

Black with #881979

Text Example


Text Example

White with #881979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881979; }

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

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

background-color css

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

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

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

border-color css

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

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

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