Html Css Color HEX #80118A Purple

📋 copy color: '#80118A'

red 128 ◦ green 17 ◦ blue 138

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

Shades of Purple #80118A

Tints of Purple #80118A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.01%

 BLUE value IS 138 (54.3% from 255) = 48.76%

R = 45.23%
G = 6.01%
B = 48.76%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#80118A (or 0x80118A) is known color: Purple. HEX triplet: 80, 11 and 8A. RGB value is (128,17,138). Sum of RGB (Red+Green+Blue) = 128+17+138=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #80118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80118A is #7FEE75. Grayscale: #3F3F3F. Windows color (decimal): -8384118 or 9048448. OLE color: 9048448.

HSL color Cylindrical-coordinate representation of color #80118A: hue angle of 295.04º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80118A is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 128 17 138 -
CMYK 0.07 0.88 0 0.46
HSL 295.04º 0.78% 0.3% -
HSV(B) 295.04º 0.88% 0.54% -
XYZ 13.69 6.83 24.64 -
YUV 63.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 128 17 138 0.07 0.88 0 0.46 295.04 0.78 0.3
Hex 80 11 8A 7 58 0 2E 127 4E 1E
Octal 200 21 212 7 130 0 56 447 116 36
Binary 10000000 10001 10001010 111 1011000 0 101110 100100111 1001110 11110

Color Harmonies of #80118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80118A

Black with #80118A

Text Example


Text Example

White with #80118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80118A; }

 p { color: rgb(128,17,138); }

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

background-color css

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

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

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

border-color css

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

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

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