Html Css Color HEX #8D0377 Purple

📋 copy color: '#8D0377'

red 141 ◦ green 3 ◦ blue 119

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

Shades of Purple #8D0377

Tints of Purple #8D0377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.25%

R = 53.61%
G = 1.14%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8D0377 (or 0x8D0377) is known color: Purple. HEX triplet: 8D, 03 and 77. RGB value is (141,3,119). Sum of RGB (Red+Green+Blue) = 141+3+119=263 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.61% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0377 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0377 is #72FC88. Grayscale: #393939. Windows color (decimal): -7535753 or 7799693. OLE color: 7799693.

HSL color Cylindrical-coordinate representation of color #8D0377: hue angle of 309.57º 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 #8D0377 is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 3 119 -
CMYK 0 0.98 0.16 0.45
HSL 309.57º 0.96% 0.28% -
HSV(B) 309.57º 0.98% 0.55% -
XYZ 14.35 7.06 18.06 -
YUV 57.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 141 3 119 0 0.98 0.16 0.45 309.57 0.96 0.28
Hex 8D 3 77 0 62 10 2D 136 60 1C
Octal 215 3 167 0 142 20 55 466 140 34
Binary 10001101 11 1110111 0 1100010 10000 101101 100110110 1100000 11100

Color Harmonies of #8D0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0377

Black with #8D0377

Text Example


Text Example

White with #8D0377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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