Html Css Color HEX #8E3586 Dark Purple

📋 copy color: '#8E3586'

red 142 ◦ green 53 ◦ blue 134

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

Shades of Dark Purple #8E3586

Tints of Dark Purple #8E3586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.11%

 BLUE value IS 134 (52.73% from 255) = 40.73%

R = 43.16%
G = 16.11%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8E3586 (or 0x8E3586) is known color: Dark Purple. HEX triplet: 8E, 35 and 86. RGB value is (142,53,134). Sum of RGB (Red+Green+Blue) = 142+53+134=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3586 is #71CA79. Grayscale: #585858. Windows color (decimal): -7457402 or 8795534. OLE color: 8795534.

HSL color Cylindrical-coordinate representation of color #8E3586: hue angle of 305.39º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E3586 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 53 134 -
CMYK 0 0.63 0.06 0.44
HSL 305.39º 0.46% 0.38% -
HSV(B) 305.39º 0.63% 0.56% -
XYZ 16.73 10.02 23.61 -
YUV 88.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 142 53 134 0 0.63 0.06 0.44 305.39 0.46 0.38
Hex 8E 35 86 0 3F 6 2C 131 2E 26
Octal 216 65 206 0 77 6 54 461 56 46
Binary 10001110 110101 10000110 0 111111 110 101100 100110001 101110 100110

Color Harmonies of #8E3586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3586

Black with #8E3586

Text Example


Text Example

White with #8E3586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,53,134); }

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

background-color css

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

 a { background-color: rgb(142,53,134); }

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

border-color css

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

 span { border-color: rgb(142,53,134); }

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