Html Css Color HEX #8D2373 Dark Purple

📋 copy color: '#8D2373'

red 141 ◦ green 35 ◦ blue 115

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

Shades of Dark Purple #8D2373

Tints of Dark Purple #8D2373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.52%

R = 48.45%
G = 12.03%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D2373 (or 0x8D2373) is known color: Dark Purple. HEX triplet: 8D, 23 and 73. RGB value is (141,35,115). Sum of RGB (Red+Green+Blue) = 141+35+115=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 35 (14.06% from 255 or 12.03% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2373 is #72DC8C. Grayscale: #4B4B4B. Windows color (decimal): -7527565 or 7545741. OLE color: 7545741.

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

Color convert

RGB 141 35 115 -
CMYK 0 0.75 0.18 0.45
HSL 314.72º 0.6% 0.35% -
HSV(B) 314.72º 0.75% 0.55% -
XYZ 14.68 8.1 17.01 -
YUV 75.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 141 35 115 0 0.75 0.18 0.45 314.72 0.6 0.35
Hex 8D 23 73 0 4B 12 2D 13B 3C 23
Octal 215 43 163 0 113 22 55 473 74 43
Binary 10001101 100011 1110011 0 1001011 10010 101101 100111011 111100 100011

Color Harmonies of #8D2373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2373

Black with #8D2373

Text Example


Text Example

White with #8D2373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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