Html Css Color HEX #8C2377 Dark Purple

📋 copy color: '#8C2377'

red 140 ◦ green 35 ◦ blue 119

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

Shades of Dark Purple #8C2377

Tints of Dark Purple #8C2377

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

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

R = 47.62%
G = 11.9%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8C2377 (or 0x8C2377) is known color: Dark Purple. HEX triplet: 8C, 23 and 77. RGB value is (140,35,119). Sum of RGB (Red+Green+Blue) = 140+35+119=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2377 is #73DC88. Grayscale: #4B4B4B. Windows color (decimal): -7593097 or 7807884. OLE color: 7807884.

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

Color convert

RGB 140 35 119 -
CMYK 0 0.75 0.15 0.45
HSL 312º 0.6% 0.34% -
HSV(B) 312º 0.75% 0.55% -
XYZ 14.75 8.11 18.24 -
YUV 75.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 140 35 119 0 0.75 0.15 0.45 312 0.6 0.34
Hex 8C 23 77 0 4B F 2D 138 3C 22
Octal 214 43 167 0 113 17 55 470 74 42
Binary 10001100 100011 1110111 0 1001011 1111 101101 100111000 111100 100010

Color Harmonies of #8C2377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2377

Black with #8C2377

Text Example


Text Example

White with #8C2377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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