Html Css Color HEX #8C1977 Dark Purple

📋 copy color: '#8C1977'

red 140 ◦ green 25 ◦ blue 119

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

Shades of Dark Purple #8C1977

Tints of Dark Purple #8C1977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.8%

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

R = 49.3%
G = 8.8%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8C1977 (or 0x8C1977) is known color: Dark Purple. HEX triplet: 8C, 19 and 77. RGB value is (140,25,119). Sum of RGB (Red+Green+Blue) = 140+25+119=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1977 is #73E688. Grayscale: #454545. Windows color (decimal): -7595657 or 7805324. OLE color: 7805324.

HSL color Cylindrical-coordinate representation of color #8C1977: hue angle of 310.96º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1977 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 25 119 -
CMYK 0 0.82 0.15 0.45
HSL 310.96º 0.7% 0.32% -
HSV(B) 310.96º 0.82% 0.55% -
XYZ 14.49 7.6 18.16 -
YUV 70.1 155.6 177.86 -
System Red Green Blue C M Y K H S L
Decimal 140 25 119 0 0.82 0.15 0.45 310.96 0.7 0.32
Hex 8C 19 77 0 52 F 2D 137 46 20
Octal 214 31 167 0 122 17 55 467 106 40
Binary 10001100 11001 1110111 0 1010010 1111 101101 100110111 1000110 100000

Color Harmonies of #8C1977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1977

Black with #8C1977

Text Example


Text Example

White with #8C1977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,25,119); }

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

background-color css

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

 a { background-color: rgb(140,25,119); }

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

border-color css

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

 span { border-color: rgb(140,25,119); }

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