Html Css Color HEX #8C2879 Dark Purple

📋 copy color: '#8C2879'

red 140 ◦ green 40 ◦ blue 121

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

Shades of Dark Purple #8C2879

Tints of Dark Purple #8C2879

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.29%

 BLUE value IS 121 (47.66% from 255) = 40.2%

R = 46.51%
G = 13.29%
B = 40.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8C2879 (or 0x8C2879) is known color: Dark Purple. HEX triplet: 8C, 28 and 79. RGB value is (140,40,121). Sum of RGB (Red+Green+Blue) = 140+40+121=301 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.51% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 121 (47.66% from 255 or 40.20% from 301); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2879 is #73D786. Grayscale: #4E4E4E. Windows color (decimal): -7591815 or 7940236. OLE color: 7940236.

HSL color Cylindrical-coordinate representation of color #8C2879: hue angle of 311.4º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8C2879 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 40 121 -
CMYK 0 0.71 0.14 0.45
HSL 311.4º 0.56% 0.35% -
HSV(B) 311.4º 0.71% 0.55% -
XYZ 15.03 8.47 18.93 -
YUV 79.13 151.63 171.41 -
System Red Green Blue C M Y K H S L
Decimal 140 40 121 0 0.71 0.14 0.45 311.4 0.56 0.35
Hex 8C 28 79 0 47 E 2D 137 38 23
Octal 214 50 171 0 107 16 55 467 70 43
Binary 10001100 101000 1111001 0 1000111 1110 101101 100110111 111000 100011

Color Harmonies of #8C2879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2879

Black with #8C2879

Text Example


Text Example

White with #8C2879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,40,121); }

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

background-color css

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

 a { background-color: rgb(140,40,121); }

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

border-color css

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

 span { border-color: rgb(140,40,121); }

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