Html Css Color HEX #8E3181 Dark Purple

📋 copy color: '#8E3181'

red 142 ◦ green 49 ◦ blue 129

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

Shades of Dark Purple #8E3181

Tints of Dark Purple #8E3181

RGB

 RED value IS 142 (55.86% from 255) = 44.38%

 GREEN value IS 49 (19.53% from 255) = 15.31%

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

R = 44.38%
G = 15.31%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#8E3181 (or 0x8E3181) is known color: Dark Purple. HEX triplet: 8E, 31 and 81. RGB value is (142,49,129). Sum of RGB (Red+Green+Blue) = 142+49+129=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3181 is #71CE7E. Grayscale: #555555. Windows color (decimal): -7458431 or 8466830. OLE color: 8466830.

HSL color Cylindrical-coordinate representation of color #8E3181: hue angle of 308.39º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E3181 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 49 129 -
CMYK 0 0.65 0.09 0.44
HSL 308.39º 0.49% 0.37% -
HSV(B) 308.39º 0.65% 0.56% -
XYZ 16.22 9.53 21.75 -
YUV 85.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 142 49 129 0 0.65 0.09 0.44 308.39 0.49 0.37
Hex 8E 31 81 0 41 9 2C 134 31 25
Octal 216 61 201 0 101 11 54 464 61 45
Binary 10001110 110001 10000001 0 1000001 1001 101100 100110100 110001 100101

Color Harmonies of #8E3181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3181

Black with #8E3181

Text Example


Text Example

White with #8E3181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,49,129); }

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

background-color css

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

 a { background-color: rgb(142,49,129); }

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

border-color css

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

 span { border-color: rgb(142,49,129); }

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