Html Css Color HEX #8D007D Purple

📋 copy color: '#8D007D'

red 141 ◦ green 0 ◦ blue 125

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

Shades of Purple #8D007D

Tints of Purple #8D007D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.01%
G = 0%
B = 46.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D007D (or 0x8D007D) is known color: Purple. HEX triplet: 8D, 00 and 7D. RGB value is (141,0,125). Sum of RGB (Red+Green+Blue) = 141+0+125=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D007D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D007D is #72FF82. Grayscale: #383838. Windows color (decimal): -7536515 or 8192141. OLE color: 8192141.

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

Color convert

RGB 141 0 125 -
CMYK 0 1 0.11 0.45
HSL 306.81º 1% 0.28% -
HSV(B) 306.81º 1% 0.55% -
XYZ 14.69 7.14 20.01 -
YUV 56.41 166.71 188.34 -
System Red Green Blue C M Y K H S L
Decimal 141 0 125 0 1 0.11 0.45 306.81 1 0.28
Hex 8D 0 7D 0 64 B 2D 133 64 1C
Octal 215 0 175 0 144 13 55 463 144 34
Binary 10001101 0 1111101 0 1100100 1011 101101 100110011 1100100 11100

Color Harmonies of #8D007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D007D

Black with #8D007D

Text Example


Text Example

White with #8D007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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