Html Css Color HEX #8D2574 Dark Purple

📋 copy color: '#8D2574'

red 141 ◦ green 37 ◦ blue 116

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

Shades of Dark Purple #8D2574

Tints of Dark Purple #8D2574

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.59%

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 47.96%
G = 12.59%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D2574 (or 0x8D2574) is known color: Dark Purple. HEX triplet: 8D, 25 and 74. RGB value is (141,37,116). Sum of RGB (Red+Green+Blue) = 141+37+116=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2574 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2574 is #72DA8B. Grayscale: #4C4C4C. Windows color (decimal): -7527052 or 7611789. OLE color: 7611789.

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

Color convert

RGB 141 37 116 -
CMYK 0 0.74 0.18 0.45
HSL 314.42º 0.58% 0.35% -
HSV(B) 314.42º 0.74% 0.55% -
XYZ 14.8 8.25 17.33 -
YUV 77.1 149.96 173.58 -
System Red Green Blue C M Y K H S L
Decimal 141 37 116 0 0.74 0.18 0.45 314.42 0.58 0.35
Hex 8D 25 74 0 4A 12 2D 13A 3A 23
Octal 215 45 164 0 112 22 55 472 72 43
Binary 10001101 100101 1110100 0 1001010 10010 101101 100111010 111010 100011

Color Harmonies of #8D2574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D2574

Black with #8D2574

Text Example


Text Example

White with #8D2574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,37,116); }

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

background-color css

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

 a { background-color: rgb(141,37,116); }

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

border-color css

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

 span { border-color: rgb(141,37,116); }

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