Html Css Color HEX #8D0974 Dark Purple

📋 copy color: '#8D0974'

red 141 ◦ green 9 ◦ blue 116

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

Shades of Dark Purple #8D0974

Tints of Dark Purple #8D0974

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

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

R = 53.01%
G = 3.38%
B = 43.61%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D0974 (or 0x8D0974) is known color: Dark Purple. HEX triplet: 8D, 09 and 74. RGB value is (141,9,116). Sum of RGB (Red+Green+Blue) = 141+9+116=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 116 (45.70% from 255 or 43.61% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0974 is #72F68B. Grayscale: #3C3C3C. Windows color (decimal): -7534220 or 7604621. OLE color: 7604621.

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

Color convert

RGB 141 9 116 -
CMYK 0 0.94 0.18 0.45
HSL 311.36º 0.88% 0.29% -
HSV(B) 311.36º 0.94% 0.55% -
XYZ 14.23 7.12 17.15 -
YUV 60.67 159.23 185.3 -
System Red Green Blue C M Y K H S L
Decimal 141 9 116 0 0.94 0.18 0.45 311.36 0.88 0.29
Hex 8D 9 74 0 5E 12 2D 137 58 1D
Octal 215 11 164 0 136 22 55 467 130 35
Binary 10001101 1001 1110100 0 1011110 10010 101101 100110111 1011000 11101

Color Harmonies of #8D0974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0974

Black with #8D0974

Text Example


Text Example

White with #8D0974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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