Html Css Color HEX #8C2680 Dark Purple

📋 copy color: '#8C2680'

red 140 ◦ green 38 ◦ blue 128

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

Shades of Dark Purple #8C2680

Tints of Dark Purple #8C2680

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.42%

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

R = 45.75%
G = 12.42%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C2680 (or 0x8C2680) is known color: Dark Purple. HEX triplet: 8C, 26 and 80. RGB value is (140,38,128). Sum of RGB (Red+Green+Blue) = 140+38+128=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C2680 is #73D97F. Grayscale: #4E4E4E. Windows color (decimal): -7592320 or 8398476. OLE color: 8398476.

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

Color convert

RGB 140 38 128 -
CMYK 0 0.73 0.09 0.45
HSL 307.06º 0.57% 0.35% -
HSV(B) 307.06º 0.73% 0.55% -
XYZ 15.4 8.52 21.25 -
YUV 78.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 140 38 128 0 0.73 0.09 0.45 307.06 0.57 0.35
Hex 8C 26 80 0 49 9 2D 133 39 23
Octal 214 46 200 0 111 11 55 463 71 43
Binary 10001100 100110 10000000 0 1001001 1001 101101 100110011 111001 100011

Color Harmonies of #8C2680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2680

Black with #8C2680

Text Example


Text Example

White with #8C2680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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