Html Css Color HEX #8E3F7C Dark Purple

📋 copy color: '#8E3F7C'

red 142 ◦ green 63 ◦ blue 124

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

Shades of Dark Purple #8E3F7C

Tints of Dark Purple #8E3F7C

RGB

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

 GREEN value IS 63 (25% from 255) = 19.15%

 BLUE value IS 124 (48.83% from 255) = 37.69%

R = 43.16%
G = 19.15%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E3F7C (or 0x8E3F7C) is known color: Dark Purple. HEX triplet: 8E, 3F and 7C. RGB value is (142,63,124). Sum of RGB (Red+Green+Blue) = 142+63+124=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 124 (48.83% from 255 or 37.69% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3F7C is #71C083. Grayscale: #5D5D5D. Windows color (decimal): -7454852 or 8142734. OLE color: 8142734.

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

Color convert

RGB 142 63 124 -
CMYK 0 0.56 0.13 0.44
HSL 313.67º 0.39% 0.4% -
HSV(B) 313.67º 0.56% 0.56% -
XYZ 16.57 10.76 20.27 -
YUV 93.58 145.17 162.54 -
System Red Green Blue C M Y K H S L
Decimal 142 63 124 0 0.56 0.13 0.44 313.67 0.39 0.4
Hex 8E 3F 7C 0 38 D 2C 13A 27 28
Octal 216 77 174 0 70 15 54 472 47 50
Binary 10001110 111111 1111100 0 111000 1101 101100 100111010 100111 101000

Color Harmonies of #8E3F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3F7C

Black with #8E3F7C

Text Example


Text Example

White with #8E3F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,63,124); }

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

background-color css

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

 a { background-color: rgb(142,63,124); }

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

border-color css

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

 span { border-color: rgb(142,63,124); }

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