Html Css Color HEX #8A4077 Dark Purple

📋 copy color: '#8A4077'

red 138 ◦ green 64 ◦ blue 119

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

Shades of Dark Purple #8A4077

Tints of Dark Purple #8A4077

RGB

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

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

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

R = 42.99%
G = 19.94%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A4077 (or 0x8A4077) is known color: Dark Purple. HEX triplet: 8A, 40 and 77. RGB value is (138,64,119). Sum of RGB (Red+Green+Blue) = 138+64+119=321 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.99% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4077 is #75BF88. Grayscale: #5C5C5C. Windows color (decimal): -7716745 or 7815306. OLE color: 7815306.

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

Color convert

RGB 138 64 119 -
CMYK 0 0.54 0.14 0.46
HSL 315.41º 0.37% 0.4% -
HSV(B) 315.41º 0.54% 0.54% -
XYZ 15.64 10.4 18.64 -
YUV 92.4 143.02 160.53 -
System Red Green Blue C M Y K H S L
Decimal 138 64 119 0 0.54 0.14 0.46 315.41 0.37 0.4
Hex 8A 40 77 0 36 E 2E 13B 25 28
Octal 212 100 167 0 66 16 56 473 45 50
Binary 10001010 1000000 1110111 0 110110 1110 101110 100111011 100101 101000

Color Harmonies of #8A4077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4077

Black with #8A4077

Text Example


Text Example

White with #8A4077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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