Html Css Color HEX #80157E Dark Purple

📋 copy color: '#80157E'

red 128 ◦ green 21 ◦ blue 126

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

Shades of Dark Purple #80157E

Tints of Dark Purple #80157E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.64%

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

R = 46.55%
G = 7.64%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80157E (or 0x80157E) is known color: Dark Purple. HEX triplet: 80, 15 and 7E. RGB value is (128,21,126). Sum of RGB (Red+Green+Blue) = 128+21+126=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 126 (49.61% from 255 or 45.82% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80157E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80157E is #7FEA81. Grayscale: #404040. Windows color (decimal): -8383106 or 8263040. OLE color: 8263040.

HSL color Cylindrical-coordinate representation of color #80157E: hue angle of 301.12º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80157E is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 21 126 -
CMYK 0 0.84 0.02 0.50
HSL 301.12º 0.72% 0.29% -
HSV(B) 301.12º 0.84% 0.5% -
XYZ 12.94 6.63 20.34 -
YUV 64.96 162.45 172.96 -
System Red Green Blue C M Y K H S L
Decimal 128 21 126 0 0.84 0.02 0.50 301.12 0.72 0.29
Hex 80 15 7E 0 54 2 32 12D 48 1D
Octal 200 25 176 0 124 2 62 455 110 35
Binary 10000000 10101 1111110 0 1010100 10 110010 100101101 1001000 11101

Color Harmonies of #80157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80157E

Black with #80157E

Text Example


Text Example

White with #80157E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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