Html Css Color HEX #8A1077 Dark Purple

📋 copy color: '#8A1077'

red 138 ◦ green 16 ◦ blue 119

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

Shades of Dark Purple #8A1077

Tints of Dark Purple #8A1077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.86%

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

R = 50.55%
G = 5.86%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#8A1077 (or 0x8A1077) is known color: Dark Purple. HEX triplet: 8A, 10 and 77. RGB value is (138,16,119). Sum of RGB (Red+Green+Blue) = 138+16+119=273 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.55% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 119 (46.88% from 255 or 43.59% from 273); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1077 is #75EF88. Grayscale: #3F3F3F. Windows color (decimal): -7729033 or 7803018. OLE color: 7803018.

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

Color convert

RGB 138 16 119 -
CMYK 0 0.88 0.14 0.46
HSL 309.34º 0.79% 0.3% -
HSV(B) 309.34º 0.88% 0.54% -
XYZ 14 7.11 18.09 -
YUV 64.22 158.92 180.62 -
System Red Green Blue C M Y K H S L
Decimal 138 16 119 0 0.88 0.14 0.46 309.34 0.79 0.3
Hex 8A 10 77 0 58 E 2E 135 4F 1E
Octal 212 20 167 0 130 16 56 465 117 36
Binary 10001010 10000 1110111 0 1011000 1110 101110 100110101 1001111 11110

Color Harmonies of #8A1077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1077

Black with #8A1077

Text Example


Text Example

White with #8A1077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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