Html Css Color HEX #8A177C Dark Purple

📋 copy color: '#8A177C'

red 138 ◦ green 23 ◦ blue 124

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

Shades of Dark Purple #8A177C

Tints of Dark Purple #8A177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.07%

 BLUE value IS 124 (48.83% from 255) = 43.51%

R = 48.42%
G = 8.07%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A177C (or 0x8A177C) is known color: Dark Purple. HEX triplet: 8A, 17 and 7C. RGB value is (138,23,124). Sum of RGB (Red+Green+Blue) = 138+23+124=285 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.42% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 138 - color contains mainly: red. Hex color #8A177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A177C is #75E883. Grayscale: #444444. Windows color (decimal): -7727236 or 8132490. OLE color: 8132490.

HSL color Cylindrical-coordinate representation of color #8A177C: hue angle of 307.3º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A177C is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 23 124 -
CMYK 0 0.83 0.10 0.46
HSL 307.3º 0.71% 0.32% -
HSV(B) 307.3º 0.83% 0.54% -
XYZ 14.43 7.47 19.75 -
YUV 68.9 159.1 177.29 -
System Red Green Blue C M Y K H S L
Decimal 138 23 124 0 0.83 0.10 0.46 307.3 0.71 0.32
Hex 8A 17 7C 0 53 A 2E 133 47 20
Octal 212 27 174 0 123 12 56 463 107 40
Binary 10001010 10111 1111100 0 1010011 1010 101110 100110011 1000111 100000

Color Harmonies of #8A177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A177C

Black with #8A177C

Text Example


Text Example

White with #8A177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,23,124); }

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

background-color css

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

 a { background-color: rgb(138,23,124); }

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

border-color css

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

 span { border-color: rgb(138,23,124); }

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