Html Css Color HEX #880879 Purple

📋 copy color: '#880879'

red 136 ◦ green 8 ◦ blue 121

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

Shades of Purple #880879

Tints of Purple #880879

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

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

R = 51.32%
G = 3.02%
B = 45.66%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.47

RGB Variations

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

Color information

#880879 (or 0x880879) is known color: Purple. HEX triplet: 88, 08 and 79. RGB value is (136,8,121). Sum of RGB (Red+Green+Blue) = 136+8+121=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #880879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880879 is #77F786. Grayscale: #3A3A3A. Windows color (decimal): -7862151 or 7932040. OLE color: 7932040.

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

Color convert

RGB 136 8 121 -
CMYK 0 0.94 0.11 0.47
HSL 307.03º 0.89% 0.28% -
HSV(B) 307.03º 0.94% 0.53% -
XYZ 13.69 6.79 18.68 -
YUV 59.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 136 8 121 0 0.94 0.11 0.47 307.03 0.89 0.28
Hex 88 8 79 0 5E B 2F 133 59 1C
Octal 210 10 171 0 136 13 57 463 131 34
Binary 10001000 1000 1111001 0 1011110 1011 101111 100110011 1011001 11100

Color Harmonies of #880879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880879

Black with #880879

Text Example


Text Example

White with #880879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880879; }

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

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

background-color css

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

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

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

border-color css

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

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

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