Html Css Color HEX #80168A Purple

📋 copy color: '#80168A'

red 128 ◦ green 22 ◦ blue 138

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

Shades of Purple #80168A

Tints of Purple #80168A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.64%

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

R = 44.44%
G = 7.64%
B = 47.92%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#80168A (or 0x80168A) is known color: Purple. HEX triplet: 80, 16 and 8A. RGB value is (128,22,138). Sum of RGB (Red+Green+Blue) = 128+22+138=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #80168A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80168A is #7FE975. Grayscale: #424242. Windows color (decimal): -8382838 or 9049728. OLE color: 9049728.

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

Color convert

RGB 128 22 138 -
CMYK 0.07 0.84 0 0.46
HSL 294.83º 0.73% 0.31% -
HSV(B) 294.83º 0.84% 0.54% -
XYZ 13.78 7 24.67 -
YUV 66.92 168.12 171.57 -
System Red Green Blue C M Y K H S L
Decimal 128 22 138 0.07 0.84 0 0.46 294.83 0.73 0.31
Hex 80 16 8A 7 54 0 2E 127 48 1F
Octal 200 26 212 7 124 0 56 447 110 37
Binary 10000000 10110 10001010 111 1010100 0 101110 100100111 1001000 11111

Color Harmonies of #80168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80168A

Black with #80168A

Text Example


Text Example

White with #80168A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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