Html Css Color HEX #8A4079 Dark Purple

📋 copy color: '#8A4079'

red 138 ◦ green 64 ◦ blue 121

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

Shades of Dark Purple #8A4079

Tints of Dark Purple #8A4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

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

R = 42.72%
G = 19.81%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A4079 (or 0x8A4079) is known color: Dark Purple. HEX triplet: 8A, 40 and 79. RGB value is (138,64,121). Sum of RGB (Red+Green+Blue) = 138+64+121=323 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.72% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4079 is #75BF86. Grayscale: #5C5C5C. Windows color (decimal): -7716743 or 7946378. OLE color: 7946378.

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

Color convert

RGB 138 64 121 -
CMYK 0 0.54 0.12 0.46
HSL 313.78º 0.37% 0.4% -
HSV(B) 313.78º 0.54% 0.54% -
XYZ 15.77 10.45 19.28 -
YUV 92.62 144.02 160.37 -
System Red Green Blue C M Y K H S L
Decimal 138 64 121 0 0.54 0.12 0.46 313.78 0.37 0.4
Hex 8A 40 79 0 36 C 2E 13A 25 28
Octal 212 100 171 0 66 14 56 472 45 50
Binary 10001010 1000000 1111001 0 110110 1100 101110 100111010 100101 101000

Color Harmonies of #8A4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4079

Black with #8A4079

Text Example


Text Example

White with #8A4079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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