Html Css Color HEX #880980 Purple

📋 copy color: '#880980'

red 136 ◦ green 9 ◦ blue 128

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

Shades of Purple #880980

Tints of Purple #880980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 46.89%

R = 49.82%
G = 3.3%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#880980 (or 0x880980) is known color: Purple. HEX triplet: 88, 09 and 80. RGB value is (136,9,128). Sum of RGB (Red+Green+Blue) = 136+9+128=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 128 (50.39% from 255 or 46.89% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #880980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #880980 is #77F67F. Grayscale: #3C3C3C. Windows color (decimal): -7861888 or 8391048. OLE color: 8391048.

HSL color Cylindrical-coordinate representation of color #880980: hue angle of 303.78º 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 #880980 is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 128 -
CMYK 0 0.93 0.06 0.47
HSL 303.78º 0.88% 0.28% -
HSV(B) 303.78º 0.93% 0.53% -
XYZ 14.15 6.99 21.03 -
YUV 60.54 166.08 181.82 -
System Red Green Blue C M Y K H S L
Decimal 136 9 128 0 0.93 0.06 0.47 303.78 0.88 0.28
Hex 88 9 80 0 5D 6 2F 130 58 1C
Octal 210 11 200 0 135 6 57 460 130 34
Binary 10001000 1001 10000000 0 1011101 110 101111 100110000 1011000 11100

Color Harmonies of #880980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880980

Black with #880980

Text Example


Text Example

White with #880980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880980; }

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

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

background-color css

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

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

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

border-color css

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

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

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