Html Css Color HEX #8D3076 Dark Purple

📋 copy color: '#8D3076'

red 141 ◦ green 48 ◦ blue 118

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

Shades of Dark Purple #8D3076

Tints of Dark Purple #8D3076

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.64%

 BLUE value IS 118 (46.48% from 255) = 38.44%

R = 45.93%
G = 15.64%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8D3076 (or 0x8D3076) is known color: Dark Purple. HEX triplet: 8D, 30 and 76. RGB value is (141,48,118). Sum of RGB (Red+Green+Blue) = 141+48+118=307 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.93% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D3076 is #72CF89. Grayscale: #535353. Windows color (decimal): -7524234 or 7745677. OLE color: 7745677.

HSL color Cylindrical-coordinate representation of color #8D3076: hue angle of 314.84º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8D3076 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 48 118 -
CMYK 0 0.66 0.16 0.45
HSL 314.84º 0.49% 0.37% -
HSV(B) 314.84º 0.66% 0.55% -
XYZ 15.31 9.08 18.09 -
YUV 83.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 141 48 118 0 0.66 0.16 0.45 314.84 0.49 0.37
Hex 8D 30 76 0 42 10 2D 13B 31 25
Octal 215 60 166 0 102 20 55 473 61 45
Binary 10001101 110000 1110110 0 1000010 10000 101101 100111011 110001 100101

Color Harmonies of #8D3076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3076

Black with #8D3076

Text Example


Text Example

White with #8D3076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,48,118); }

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

background-color css

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

 a { background-color: rgb(141,48,118); }

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

border-color css

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

 span { border-color: rgb(141,48,118); }

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