Html Css Color HEX #8A377C Dark Purple

📋 copy color: '#8A377C'

red 138 ◦ green 55 ◦ blue 124

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

Shades of Dark Purple #8A377C

Tints of Dark Purple #8A377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

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

R = 43.53%
G = 17.35%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A377C (or 0x8A377C) is known color: Dark Purple. HEX triplet: 8A, 37 and 7C. RGB value is (138,55,124). Sum of RGB (Red+Green+Blue) = 138+55+124=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 138 - color contains mainly: red. Hex color #8A377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A377C is #75C883. Grayscale: #575757. Windows color (decimal): -7719044 or 8140682. OLE color: 8140682.

HSL color Cylindrical-coordinate representation of color #8A377C: hue angle of 310.12º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A377C is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 124 -
CMYK 0 0.60 0.10 0.46
HSL 310.12º 0.43% 0.38% -
HSV(B) 310.12º 0.6% 0.54% -
XYZ 15.49 9.59 20.1 -
YUV 87.68 148.5 163.89 -
System Red Green Blue C M Y K H S L
Decimal 138 55 124 0 0.60 0.10 0.46 310.12 0.43 0.38
Hex 8A 37 7C 0 3C A 2E 136 2B 26
Octal 212 67 174 0 74 12 56 466 53 46
Binary 10001010 110111 1111100 0 111100 1010 101110 100110110 101011 100110

Color Harmonies of #8A377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A377C

Black with #8A377C

Text Example


Text Example

White with #8A377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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