Html Css Color HEX #8D376E Dark Purple

📋 copy color: '#8D376E'

red 141 ◦ green 55 ◦ blue 110

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

Shades of Dark Purple #8D376E

Tints of Dark Purple #8D376E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.97%

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 46.08%
G = 17.97%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D376E (or 0x8D376E) is known color: Dark Purple. HEX triplet: 8D, 37 and 6E. RGB value is (141,55,110). Sum of RGB (Red+Green+Blue) = 141+55+110=306 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.08% from 306); Green value is 55 (21.88% from 255 or 17.97% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 141 - color contains mainly: red. Hex color #8D376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D376E is #72C891. Grayscale: #565656. Windows color (decimal): -7522450 or 7223181. OLE color: 7223181.

HSL color Cylindrical-coordinate representation of color #8D376E: hue angle of 321.63º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D376E is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 55 110 -
CMYK 0 0.61 0.22 0.45
HSL 321.63º 0.44% 0.38% -
HSV(B) 321.63º 0.61% 0.55% -
XYZ 15.17 9.52 15.79 -
YUV 86.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 141 55 110 0 0.61 0.22 0.45 321.63 0.44 0.38
Hex 8D 37 6E 0 3D 16 2D 142 2C 26
Octal 215 67 156 0 75 26 55 502 54 46
Binary 10001101 110111 1101110 0 111101 10110 101101 101000010 101100 100110

Color Harmonies of #8D376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D376E

Black with #8D376E

Text Example


Text Example

White with #8D376E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,55,110); }

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

background-color css

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

 a { background-color: rgb(141,55,110); }

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

border-color css

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

 span { border-color: rgb(141,55,110); }

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