Html Css Color HEX #8C2480 Dark Purple

📋 copy color: '#8C2480'

red 140 ◦ green 36 ◦ blue 128

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

Shades of Dark Purple #8C2480

Tints of Dark Purple #8C2480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.84%

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

R = 46.05%
G = 11.84%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C2480 (or 0x8C2480) is known color: Dark Purple. HEX triplet: 8C, 24 and 80. RGB value is (140,36,128). Sum of RGB (Red+Green+Blue) = 140+36+128=304 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.05% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2480 is #73DB7F. Grayscale: #4D4D4D. Windows color (decimal): -7592832 or 8397964. OLE color: 8397964.

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

Color convert

RGB 140 36 128 -
CMYK 0 0.74 0.09 0.45
HSL 306.92º 0.59% 0.35% -
HSV(B) 306.92º 0.74% 0.55% -
XYZ 15.34 8.4 21.23 -
YUV 77.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 140 36 128 0 0.74 0.09 0.45 306.92 0.59 0.35
Hex 8C 24 80 0 4A 9 2D 133 3B 23
Octal 214 44 200 0 112 11 55 463 73 43
Binary 10001100 100100 10000000 0 1001010 1001 101101 100110011 111011 100011

Color Harmonies of #8C2480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2480

Black with #8C2480

Text Example


Text Example

White with #8C2480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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