Html Css Color HEX #800976 Purple

📋 copy color: '#800976'

red 128 ◦ green 9 ◦ blue 118

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

Shades of Purple #800976

Tints of Purple #800976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.27%

R = 50.2%
G = 3.53%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.50

RGB Variations

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

Color information

#800976 (or 0x800976) is known color: Purple. HEX triplet: 80, 09 and 76. RGB value is (128,9,118). Sum of RGB (Red+Green+Blue) = 128+9+118=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #800976 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800976 is #7FF689. Grayscale: #383838. Windows color (decimal): -8386186 or 7735680. OLE color: 7735680.

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

Color convert

RGB 128 9 118 -
CMYK 0 0.93 0.08 0.50
HSL 305.04º 0.87% 0.27% -
HSV(B) 305.04º 0.93% 0.5% -
XYZ 12.27 6.09 17.67 -
YUV 57.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 128 9 118 0 0.93 0.08 0.50 305.04 0.87 0.27
Hex 80 9 76 0 5D 8 32 131 57 1B
Octal 200 11 166 0 135 10 62 461 127 33
Binary 10000000 1001 1110110 0 1011101 1000 110010 100110001 1010111 11011

Color Harmonies of #800976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800976

Black with #800976

Text Example


Text Example

White with #800976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800976; }

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

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

background-color css

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

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

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

border-color css

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

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

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