Html Css Color HEX #8D3E81 Dark Purple

📋 copy color: '#8D3E81'

red 141 ◦ green 62 ◦ blue 129

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

Shades of Dark Purple #8D3E81

Tints of Dark Purple #8D3E81

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 42.47%
G = 18.67%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8D3E81 (or 0x8D3E81) is known color: Dark Purple. HEX triplet: 8D, 3E and 81. RGB value is (141,62,129). Sum of RGB (Red+Green+Blue) = 141+62+129=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3E81 is #72C17E. Grayscale: #5D5D5D. Windows color (decimal): -7520639 or 8470157. OLE color: 8470157.

HSL color Cylindrical-coordinate representation of color #8D3E81: hue angle of 309.11º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D3E81 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 62 129 -
CMYK 0 0.56 0.09 0.45
HSL 309.11º 0.39% 0.4% -
HSV(B) 309.11º 0.56% 0.55% -
XYZ 16.67 10.69 21.95 -
YUV 93.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 141 62 129 0 0.56 0.09 0.45 309.11 0.39 0.4
Hex 8D 3E 81 0 38 9 2D 135 27 28
Octal 215 76 201 0 70 11 55 465 47 50
Binary 10001101 111110 10000001 0 111000 1001 101101 100110101 100111 101000

Color Harmonies of #8D3E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D3E81

Black with #8D3E81

Text Example


Text Example

White with #8D3E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,62,129); }

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

background-color css

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

 a { background-color: rgb(141,62,129); }

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

border-color css

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

 span { border-color: rgb(141,62,129); }

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