Html Css Color HEX #8D2379 Dark Purple

📋 copy color: '#8D2379'

red 141 ◦ green 35 ◦ blue 121

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

Shades of Dark Purple #8D2379

Tints of Dark Purple #8D2379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.74%

R = 47.47%
G = 11.78%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#8D2379 (or 0x8D2379) is known color: Dark Purple. HEX triplet: 8D, 23 and 79. RGB value is (141,35,121). Sum of RGB (Red+Green+Blue) = 141+35+121=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 121 (47.66% from 255 or 40.74% from 297); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2379 is #72DC86. Grayscale: #4C4C4C. Windows color (decimal): -7527559 or 7938957. OLE color: 7938957.

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

Color convert

RGB 141 35 121 -
CMYK 0 0.75 0.14 0.45
HSL 311.32º 0.6% 0.35% -
HSV(B) 311.32º 0.75% 0.55% -
XYZ 15.04 8.25 18.89 -
YUV 76.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 141 35 121 0 0.75 0.14 0.45 311.32 0.6 0.35
Hex 8D 23 79 0 4B E 2D 137 3C 23
Octal 215 43 171 0 113 16 55 467 74 43
Binary 10001101 100011 1111001 0 1001011 1110 101101 100110111 111100 100011

Color Harmonies of #8D2379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2379

Black with #8D2379

Text Example


Text Example

White with #8D2379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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