Html Css Color HEX #8D2380 Dark Purple

📋 copy color: '#8D2380'

red 141 ◦ green 35 ◦ blue 128

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

Shades of Dark Purple #8D2380

Tints of Dark Purple #8D2380

RGB

 RED value IS 141 (55.47% from 255) = 46.38%

 GREEN value IS 35 (14.06% from 255) = 11.51%

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

R = 46.38%
G = 11.51%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8D2380 (or 0x8D2380) is known color: Dark Purple. HEX triplet: 8D, 23 and 80. RGB value is (141,35,128). Sum of RGB (Red+Green+Blue) = 141+35+128=304 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.38% from 304); Green value is 35 (14.06% from 255 or 11.51% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2380 is #72DC7F. Grayscale: #4D4D4D. Windows color (decimal): -7527552 or 8397709. OLE color: 8397709.

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

Color convert

RGB 141 35 128 -
CMYK 0 0.75 0.09 0.45
HSL 307.36º 0.6% 0.35% -
HSV(B) 307.36º 0.75% 0.55% -
XYZ 15.48 8.42 21.23 -
YUV 77.3 156.62 173.44 -
System Red Green Blue C M Y K H S L
Decimal 141 35 128 0 0.75 0.09 0.45 307.36 0.6 0.35
Hex 8D 23 80 0 4B 9 2D 133 3C 23
Octal 215 43 200 0 113 11 55 463 74 43
Binary 10001101 100011 10000000 0 1001011 1001 101101 100110011 111100 100011

Color Harmonies of #8D2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2380

Black with #8D2380

Text Example


Text Example

White with #8D2380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,35,128); }

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

background-color css

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

 a { background-color: rgb(141,35,128); }

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

border-color css

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

 span { border-color: rgb(141,35,128); }

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