Html Css Color HEX #8A0077 Purple

📋 copy color: '#8A0077'

red 138 ◦ green 0 ◦ blue 119

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

Shades of Purple #8A0077

Tints of Purple #8A0077

RGB

 RED value IS 138 (54.3% from 255) = 53.7%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 46.3%

R = 53.7%
G = 0%
B = 46.3%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A0077 (or 0x8A0077) is known color: Purple. HEX triplet: 8A, 00 and 77. RGB value is (138,0,119). Sum of RGB (Red+Green+Blue) = 138+0+119=257 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.70% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 119 (46.88% from 255 or 46.30% from 257); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0077 is #75FF88. Grayscale: #363636. Windows color (decimal): -7733129 or 7798922. OLE color: 7798922.

HSL color Cylindrical-coordinate representation of color #8A0077: hue angle of 308.26º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A0077 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 0 119 -
CMYK 0 1 0.14 0.46
HSL 308.26º 1% 0.27% -
HSV(B) 308.26º 1% 0.54% -
XYZ 13.81 6.74 18.02 -
YUV 54.83 164.22 187.32 -
System Red Green Blue C M Y K H S L
Decimal 138 0 119 0 1 0.14 0.46 308.26 1 0.27
Hex 8A 0 77 0 64 E 2E 134 64 1B
Octal 212 0 167 0 144 16 56 464 144 33
Binary 10001010 0 1110111 0 1100100 1110 101110 100110100 1100100 11011

Color Harmonies of #8A0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0077

Black with #8A0077

Text Example


Text Example

White with #8A0077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A0077; }

 p { color: rgb(138,0,119); }

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

background-color css

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

 a { background-color: rgb(138,0,119); }

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

border-color css

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

 span { border-color: rgb(138,0,119); }

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