Html Css Color HEX #8C3980 Dark Purple

📋 copy color: '#8C3980'

red 140 ◦ green 57 ◦ blue 128

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

Shades of Dark Purple #8C3980

Tints of Dark Purple #8C3980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.38%

R = 43.08%
G = 17.54%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C3980 (or 0x8C3980) is known color: Dark Purple. HEX triplet: 8C, 39 and 80. RGB value is (140,57,128). Sum of RGB (Red+Green+Blue) = 140+57+128=325 (43% of max value = 765). Red value is 140 (55.08% from 255 or 43.08% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3980 is #73C67F. Grayscale: #595959. Windows color (decimal): -7587456 or 8403340. OLE color: 8403340.

HSL color Cylindrical-coordinate representation of color #8C3980: hue angle of 308.67º 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 #8C3980 is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 57 128 -
CMYK 0 0.59 0.09 0.45
HSL 308.67º 0.42% 0.39% -
HSV(B) 308.67º 0.59% 0.55% -
XYZ 16.17 10.06 21.51 -
YUV 89.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 140 57 128 0 0.59 0.09 0.45 308.67 0.42 0.39
Hex 8C 39 80 0 3B 9 2D 135 2A 27
Octal 214 71 200 0 73 11 55 465 52 47
Binary 10001100 111001 10000000 0 111011 1001 101101 100110101 101010 100111

Color Harmonies of #8C3980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3980

Black with #8C3980

Text Example


Text Example

White with #8C3980

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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