Html Css Color HEX #800980 Purple

📋 copy color: '#800980'

red 128 ◦ green 9 ◦ blue 128

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

Shades of Purple #800980

Tints of Purple #800980

RGB

 RED value IS 128 (50.39% from 255) = 48.3%

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

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

R = 48.3%
G = 3.4%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#800980 (or 0x800980) is known color: Purple. HEX triplet: 80, 09 and 80. RGB value is (128,9,128). Sum of RGB (Red+Green+Blue) = 128+9+128=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 128 (50.39% from 255 or 48.30% from 265); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #800980 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800980 is #7FF67F. Grayscale: #393939. Windows color (decimal): -8386176 or 8391040. OLE color: 8391040.

HSL color Cylindrical-coordinate representation of color #800980: hue angle of 300º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800980 is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 9 128 -
CMYK 0 0.93 0 0.50
HSL 300º 0.87% 0.27% -
HSV(B) 300º 0.93% 0.5% -
XYZ 12.9 6.34 20.97 -
YUV 58.15 167.42 177.82 -
System Red Green Blue C M Y K H S L
Decimal 128 9 128 0 0.93 0 0.50 300 0.87 0.27
Hex 80 9 80 0 5D 0 32 12C 57 1B
Octal 200 11 200 0 135 0 62 454 127 33
Binary 10000000 1001 10000000 0 1011101 0 110010 100101100 1010111 11011

Color Harmonies of #800980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800980

Black with #800980

Text Example


Text Example

White with #800980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800980; }

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

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

background-color css

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

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

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

border-color css

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

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

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