Html Css Color HEX #8D037D Purple

📋 copy color: '#8D037D'

red 141 ◦ green 3 ◦ blue 125

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

Shades of Purple #8D037D

Tints of Purple #8D037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

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

R = 52.42%
G = 1.12%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D037D (or 0x8D037D) is known color: Purple. HEX triplet: 8D, 03 and 7D. RGB value is (141,3,125). Sum of RGB (Red+Green+Blue) = 141+3+125=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 3 (1.56% from 255 or 1.12% from 269); Blue value is 125 (49.22% from 255 or 46.47% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D037D is #72FC82. Grayscale: #393939. Windows color (decimal): -7535747 or 8192909. OLE color: 8192909.

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

Color convert

RGB 141 3 125 -
CMYK 0 0.98 0.11 0.45
HSL 306.96º 0.96% 0.28% -
HSV(B) 306.96º 0.98% 0.55% -
XYZ 14.72 7.21 20.02 -
YUV 58.17 165.72 187.08 -
System Red Green Blue C M Y K H S L
Decimal 141 3 125 0 0.98 0.11 0.45 306.96 0.96 0.28
Hex 8D 3 7D 0 62 B 2D 133 60 1C
Octal 215 3 175 0 142 13 55 463 140 34
Binary 10001101 11 1111101 0 1100010 1011 101101 100110011 1100000 11100

Color Harmonies of #8D037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D037D

Black with #8D037D

Text Example


Text Example

White with #8D037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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