Html Css Color HEX #8D2978 Dark Purple

📋 copy color: '#8D2978'

red 141 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #8D2978

Tints of Dark Purple #8D2978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 46.69%
G = 13.58%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.45

RGB Variations

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

Color information

#8D2978 (or 0x8D2978) is known color: Dark Purple. HEX triplet: 8D, 29 and 78. RGB value is (141,41,120). Sum of RGB (Red+Green+Blue) = 141+41+120=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2978 is #72D687. Grayscale: #4F4F4F. Windows color (decimal): -7526024 or 7874957. OLE color: 7874957.

HSL color Cylindrical-coordinate representation of color #8D2978: hue angle of 312.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D2978 is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 41 120 -
CMYK 0 0.71 0.15 0.45
HSL 312.6º 0.55% 0.36% -
HSV(B) 312.6º 0.71% 0.55% -
XYZ 15.17 8.6 18.63 -
YUV 79.91 150.63 171.58 -
System Red Green Blue C M Y K H S L
Decimal 141 41 120 0 0.71 0.15 0.45 312.6 0.55 0.36
Hex 8D 29 78 0 47 F 2D 139 37 24
Octal 215 51 170 0 107 17 55 471 67 44
Binary 10001101 101001 1111000 0 1000111 1111 101101 100111001 110111 100100

Color Harmonies of #8D2978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2978

Black with #8D2978

Text Example


Text Example

White with #8D2978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,41,120); }

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

background-color css

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

 a { background-color: rgb(141,41,120); }

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

border-color css

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

 span { border-color: rgb(141,41,120); }

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