Html Css Color HEX #8C377A Dark Purple

📋 copy color: '#8C377A'

red 140 ◦ green 55 ◦ blue 122

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

Shades of Dark Purple #8C377A

Tints of Dark Purple #8C377A

RGB

 RED value IS 140 (55.08% from 255) = 44.16%

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

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 44.16%
G = 17.35%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8C377A (or 0x8C377A) is known color: Dark Purple. HEX triplet: 8C, 37 and 7A. RGB value is (140,55,122). Sum of RGB (Red+Green+Blue) = 140+55+122=317 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.16% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 140 - color contains mainly: red. Hex color #8C377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C377A is #73C885. Grayscale: #575757. Windows color (decimal): -7587974 or 8009612. OLE color: 8009612.

HSL color Cylindrical-coordinate representation of color #8C377A: hue angle of 312.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C377A is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 55 122 -
CMYK 0 0.61 0.13 0.45
HSL 312.71º 0.44% 0.38% -
HSV(B) 312.71º 0.61% 0.55% -
XYZ 15.69 9.71 19.46 -
YUV 88.05 147.16 165.05 -
System Red Green Blue C M Y K H S L
Decimal 140 55 122 0 0.61 0.13 0.45 312.71 0.44 0.38
Hex 8C 37 7A 0 3D D 2D 139 2C 26
Octal 214 67 172 0 75 15 55 471 54 46
Binary 10001100 110111 1111010 0 111101 1101 101101 100111001 101100 100110

Color Harmonies of #8C377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C377A

Black with #8C377A

Text Example


Text Example

White with #8C377A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,55,122); }

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

background-color css

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

 a { background-color: rgb(140,55,122); }

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

border-color css

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

 span { border-color: rgb(140,55,122); }

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