Html Css Color HEX #8A0079 Purple

📋 copy color: '#8A0079'

red 138 ◦ green 0 ◦ blue 121

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

Shades of Purple #8A0079

Tints of Purple #8A0079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.72%

R = 53.28%
G = 0%
B = 46.72%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A0079 (or 0x8A0079) is known color: Purple. HEX triplet: 8A, 00 and 79. RGB value is (138,0,121). Sum of RGB (Red+Green+Blue) = 138+0+121=259 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.28% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A0079 is #75FF86. Grayscale: #363636. Windows color (decimal): -7733127 or 7929994. OLE color: 7929994.

HSL color Cylindrical-coordinate representation of color #8A0079: hue angle of 307.39º 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 #8A0079 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 0 121 -
CMYK 0 1 0.12 0.46
HSL 307.39º 1% 0.27% -
HSV(B) 307.39º 1% 0.54% -
XYZ 13.93 6.78 18.66 -
YUV 55.06 165.22 187.16 -
System Red Green Blue C M Y K H S L
Decimal 138 0 121 0 1 0.12 0.46 307.39 1 0.27
Hex 8A 0 79 0 64 C 2E 133 64 1B
Octal 212 0 171 0 144 14 56 463 144 33
Binary 10001010 0 1111001 0 1100100 1100 101110 100110011 1100100 11011

Color Harmonies of #8A0079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0079

Black with #8A0079

Text Example


Text Example

White with #8A0079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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