Html Css Color HEX #8D0F7D Dark Purple

📋 copy color: '#8D0F7D'

red 141 ◦ green 15 ◦ blue 125

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

Shades of Dark Purple #8D0F7D

Tints of Dark Purple #8D0F7D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.34%

 BLUE value IS 125 (49.22% from 255) = 44.48%

R = 50.18%
G = 5.34%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D0F7D (or 0x8D0F7D) is known color: Dark Purple. HEX triplet: 8D, 0F and 7D. RGB value is (141,15,125). Sum of RGB (Red+Green+Blue) = 141+15+125=281 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.18% from 281); Green value is 15 (6.25% from 255 or 5.34% from 281); Blue value is 125 (49.22% from 255 or 44.48% from 281); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0F7D is #72F082. Grayscale: #404040. Windows color (decimal): -7532675 or 8195981. OLE color: 8195981.

HSL color Cylindrical-coordinate representation of color #8D0F7D: hue angle of 307.62º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D0F7D is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 15 125 -
CMYK 0 0.89 0.11 0.45
HSL 307.62º 0.81% 0.31% -
HSV(B) 307.62º 0.89% 0.55% -
XYZ 14.86 7.49 20.06 -
YUV 65.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 141 15 125 0 0.89 0.11 0.45 307.62 0.81 0.31
Hex 8D F 7D 0 59 B 2D 134 51 1F
Octal 215 17 175 0 131 13 55 464 121 37
Binary 10001101 1111 1111101 0 1011001 1011 101101 100110100 1010001 11111

Color Harmonies of #8D0F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0F7D

Black with #8D0F7D

Text Example


Text Example

White with #8D0F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,15,125); }

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

background-color css

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

 a { background-color: rgb(141,15,125); }

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

border-color css

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

 span { border-color: rgb(141,15,125); }

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