Html Css Color HEX #8C3080 Dark Purple

📋 copy color: '#8C3080'

red 140 ◦ green 48 ◦ blue 128

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

Shades of Dark Purple #8C3080

Tints of Dark Purple #8C3080

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 44.3%
G = 15.19%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C3080 (or 0x8C3080) is known color: Dark Purple. HEX triplet: 8C, 30 and 80. RGB value is (140,48,128). Sum of RGB (Red+Green+Blue) = 140+48+128=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3080 is #73CF7F. Grayscale: #545454. Windows color (decimal): -7589760 or 8401036. OLE color: 8401036.

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

Color convert

RGB 140 48 128 -
CMYK 0 0.66 0.09 0.45
HSL 307.83º 0.49% 0.37% -
HSV(B) 307.83º 0.66% 0.55% -
XYZ 15.77 9.25 21.38 -
YUV 84.63 152.48 167.5 -
System Red Green Blue C M Y K H S L
Decimal 140 48 128 0 0.66 0.09 0.45 307.83 0.49 0.37
Hex 8C 30 80 0 42 9 2D 134 31 25
Octal 214 60 200 0 102 11 55 464 61 45
Binary 10001100 110000 10000000 0 1000010 1001 101101 100110100 110001 100101

Color Harmonies of #8C3080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3080

Black with #8C3080

Text Example


Text Example

White with #8C3080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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