Html Css Color HEX #8C2976 Dark Purple

📋 copy color: '#8C2976'

red 140 ◦ green 41 ◦ blue 118

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

Shades of Dark Purple #8C2976

Tints of Dark Purple #8C2976

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.71%

 BLUE value IS 118 (46.48% from 255) = 39.46%

R = 46.82%
G = 13.71%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C2976 (or 0x8C2976) is known color: Dark Purple. HEX triplet: 8C, 29 and 76. RGB value is (140,41,118). Sum of RGB (Red+Green+Blue) = 140+41+118=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2976 is #73D689. Grayscale: #4F4F4F. Windows color (decimal): -7591562 or 7743884. OLE color: 7743884.

HSL color Cylindrical-coordinate representation of color #8C2976: hue angle of 313.33º degrees, saturation: 0.55, 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 #8C2976 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 41 118 -
CMYK 0 0.71 0.16 0.45
HSL 313.33º 0.55% 0.35% -
HSV(B) 313.33º 0.71% 0.55% -
XYZ 14.88 8.47 17.99 -
YUV 79.38 149.8 171.24 -
System Red Green Blue C M Y K H S L
Decimal 140 41 118 0 0.71 0.16 0.45 313.33 0.55 0.35
Hex 8C 29 76 0 47 10 2D 139 37 23
Octal 214 51 166 0 107 20 55 471 67 43
Binary 10001100 101001 1110110 0 1000111 10000 101101 100111001 110111 100011

Color Harmonies of #8C2976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2976

Black with #8C2976

Text Example


Text Example

White with #8C2976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,41,118); }

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

background-color css

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

 a { background-color: rgb(140,41,118); }

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

border-color css

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

 span { border-color: rgb(140,41,118); }

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