Html Css Color HEX #80097E Purple

📋 copy color: '#80097E'

red 128 ◦ green 9 ◦ blue 126

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

Shades of Purple #80097E

Tints of Purple #80097E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.91%

R = 48.67%
G = 3.42%
B = 47.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80097E (or 0x80097E) is known color: Purple. HEX triplet: 80, 09 and 7E. RGB value is (128,9,126). Sum of RGB (Red+Green+Blue) = 128+9+126=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 126 (49.61% from 255 or 47.91% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #80097E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80097E is #7FF681. Grayscale: #393939. Windows color (decimal): -8386178 or 8259968. OLE color: 8259968.

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

Color convert

RGB 128 9 126 -
CMYK 0 0.93 0.02 0.50
HSL 301.01º 0.87% 0.27% -
HSV(B) 301.01º 0.93% 0.5% -
XYZ 12.77 6.29 20.28 -
YUV 57.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 128 9 126 0 0.93 0.02 0.50 301.01 0.87 0.27
Hex 80 9 7E 0 5D 2 32 12D 57 1B
Octal 200 11 176 0 135 2 62 455 127 33
Binary 10000000 1001 1111110 0 1011101 10 110010 100101101 1010111 11011

Color Harmonies of #80097E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80097E

Black with #80097E

Text Example


Text Example

White with #80097E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80097E; }

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

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

background-color css

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

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

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

border-color css

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

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

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