Html Css Color HEX #8A1179 Dark Purple

📋 copy color: '#8A1179'

red 138 ◦ green 17 ◦ blue 121

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

Shades of Dark Purple #8A1179

Tints of Dark Purple #8A1179

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.16%

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

R = 50%
G = 6.16%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A1179 (or 0x8A1179) is known color: Dark Purple. HEX triplet: 8A, 11 and 79. RGB value is (138,17,121). Sum of RGB (Red+Green+Blue) = 138+17+121=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1179 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1179 is #75EE86. Grayscale: #404040. Windows color (decimal): -7728775 or 7934346. OLE color: 7934346.

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

Color convert

RGB 138 17 121 -
CMYK 0 0.88 0.12 0.46
HSL 308.43º 0.78% 0.3% -
HSV(B) 308.43º 0.88% 0.54% -
XYZ 14.13 7.18 18.73 -
YUV 65.04 159.59 180.04 -
System Red Green Blue C M Y K H S L
Decimal 138 17 121 0 0.88 0.12 0.46 308.43 0.78 0.3
Hex 8A 11 79 0 58 C 2E 134 4E 1E
Octal 212 21 171 0 130 14 56 464 116 36
Binary 10001010 10001 1111001 0 1011000 1100 101110 100110100 1001110 11110

Color Harmonies of #8A1179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1179

Black with #8A1179

Text Example


Text Example

White with #8A1179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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