Html Css Color HEX #880979 Purple

📋 copy color: '#880979'

red 136 ◦ green 9 ◦ blue 121

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

Shades of Purple #880979

Tints of Purple #880979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

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

R = 51.13%
G = 3.38%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#880979 (or 0x880979) is known color: Purple. HEX triplet: 88, 09 and 79. RGB value is (136,9,121). Sum of RGB (Red+Green+Blue) = 136+9+121=266 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.13% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 136 - color contains mainly: red. Hex color #880979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880979 is #77F686. Grayscale: #3B3B3B. Windows color (decimal): -7861895 or 7932296. OLE color: 7932296.

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

Color convert

RGB 136 9 121 -
CMYK 0 0.93 0.11 0.47
HSL 307.09º 0.88% 0.28% -
HSV(B) 307.09º 0.93% 0.53% -
XYZ 13.7 6.81 18.68 -
YUV 59.74 162.58 182.39 -
System Red Green Blue C M Y K H S L
Decimal 136 9 121 0 0.93 0.11 0.47 307.09 0.88 0.28
Hex 88 9 79 0 5D B 2F 133 58 1C
Octal 210 11 171 0 135 13 57 463 130 34
Binary 10001000 1001 1111001 0 1011101 1011 101111 100110011 1011000 11100

Color Harmonies of #880979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880979

Black with #880979

Text Example


Text Example

White with #880979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880979; }

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

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

background-color css

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

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

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

border-color css

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

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

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