Html Css Color HEX #8E3584 Dark Purple

📋 copy color: '#8E3584'

red 142 ◦ green 53 ◦ blue 132

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

Shades of Dark Purple #8E3584

Tints of Dark Purple #8E3584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.37%

R = 43.43%
G = 16.21%
B = 40.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8E3584 (or 0x8E3584) is known color: Dark Purple. HEX triplet: 8E, 35 and 84. RGB value is (142,53,132). Sum of RGB (Red+Green+Blue) = 142+53+132=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3584 is #71CA7B. Grayscale: #585858. Windows color (decimal): -7457404 or 8664462. OLE color: 8664462.

HSL color Cylindrical-coordinate representation of color #8E3584: hue angle of 306.74º 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 #8E3584 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 53 132 -
CMYK 0 0.63 0.07 0.44
HSL 306.74º 0.46% 0.38% -
HSV(B) 306.74º 0.63% 0.56% -
XYZ 16.59 9.96 22.88 -
YUV 88.62 152.49 166.08 -
System Red Green Blue C M Y K H S L
Decimal 142 53 132 0 0.63 0.07 0.44 306.74 0.46 0.38
Hex 8E 35 84 0 3F 7 2C 133 2E 26
Octal 216 65 204 0 77 7 54 463 56 46
Binary 10001110 110101 10000100 0 111111 111 101100 100110011 101110 100110

Color Harmonies of #8E3584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3584

Black with #8E3584

Text Example


Text Example

White with #8E3584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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