Html Css Color HEX #8D0A7D Purple

📋 copy color: '#8D0A7D'

red 141 ◦ green 10 ◦ blue 125

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

Shades of Purple #8D0A7D

Tints of Purple #8D0A7D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.62%

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

R = 51.09%
G = 3.62%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D0A7D (or 0x8D0A7D) is known color: Purple. HEX triplet: 8D, 0A and 7D. RGB value is (141,10,125). Sum of RGB (Red+Green+Blue) = 141+10+125=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0A7D is #72F582. Grayscale: #3D3D3D. Windows color (decimal): -7533955 or 8194701. OLE color: 8194701.

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

Color convert

RGB 141 10 125 -
CMYK 0 0.93 0.11 0.45
HSL 307.33º 0.87% 0.3% -
HSV(B) 307.33º 0.93% 0.55% -
XYZ 14.79 7.36 20.04 -
YUV 62.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 141 10 125 0 0.93 0.11 0.45 307.33 0.87 0.3
Hex 8D A 7D 0 5D B 2D 133 57 1E
Octal 215 12 175 0 135 13 55 463 127 36
Binary 10001101 1010 1111101 0 1011101 1011 101101 100110011 1010111 11110

Color Harmonies of #8D0A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0A7D

Black with #8D0A7D

Text Example


Text Example

White with #8D0A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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