Html Css Color HEX #8C3970 Dark Purple

📋 copy color: '#8C3970'

red 140 ◦ green 57 ◦ blue 112

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

Shades of Dark Purple #8C3970

Tints of Dark Purple #8C3970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.45%

 BLUE value IS 112 (44.14% from 255) = 36.25%

R = 45.31%
G = 18.45%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8C3970 (or 0x8C3970) is known color: Dark Purple. HEX triplet: 8C, 39 and 70. RGB value is (140,57,112). Sum of RGB (Red+Green+Blue) = 140+57+112=309 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.31% from 309); Green value is 57 (22.66% from 255 or 18.45% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C3970 is #73C68F. Grayscale: #575757. Windows color (decimal): -7587472 or 7354764. OLE color: 7354764.

HSL color Cylindrical-coordinate representation of color #8C3970: hue angle of 320.24º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C3970 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 57 112 -
CMYK 0 0.59 0.20 0.45
HSL 320.24º 0.42% 0.39% -
HSV(B) 320.24º 0.59% 0.55% -
XYZ 15.2 9.67 16.39 -
YUV 88.09 141.5 165.03 -
System Red Green Blue C M Y K H S L
Decimal 140 57 112 0 0.59 0.20 0.45 320.24 0.42 0.39
Hex 8C 39 70 0 3B 14 2D 140 2A 27
Octal 214 71 160 0 73 24 55 500 52 47
Binary 10001100 111001 1110000 0 111011 10100 101101 101000000 101010 100111

Color Harmonies of #8C3970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3970

Black with #8C3970

Text Example


Text Example

White with #8C3970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,57,112); }

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

background-color css

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

 a { background-color: rgb(140,57,112); }

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

border-color css

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

 span { border-color: rgb(140,57,112); }

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