Html Css Color HEX #8E366D Dark Purple

📋 copy color: '#8E366D'

red 142 ◦ green 54 ◦ blue 109

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

Shades of Dark Purple #8E366D

Tints of Dark Purple #8E366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.7%

 BLUE value IS 109 (42.97% from 255) = 35.74%

R = 46.56%
G = 17.7%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E366D (or 0x8E366D) is known color: Dark Purple. HEX triplet: 8E, 36 and 6D. RGB value is (142,54,109). Sum of RGB (Red+Green+Blue) = 142+54+109=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 54 (21.48% from 255 or 17.70% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E366D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E366D is #71C992. Grayscale: #565656. Windows color (decimal): -7457171 or 7157390. OLE color: 7157390.

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

Color convert

RGB 142 54 109 -
CMYK 0 0.62 0.23 0.44
HSL 322.5º 0.45% 0.38% -
HSV(B) 322.5º 0.62% 0.56% -
XYZ 15.23 9.49 15.5 -
YUV 86.58 140.65 167.53 -
System Red Green Blue C M Y K H S L
Decimal 142 54 109 0 0.62 0.23 0.44 322.5 0.45 0.38
Hex 8E 36 6D 0 3E 17 2C 142 2D 26
Octal 216 66 155 0 76 27 54 502 55 46
Binary 10001110 110110 1101101 0 111110 10111 101100 101000010 101101 100110

Color Harmonies of #8E366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E366D

Black with #8E366D

Text Example


Text Example

White with #8E366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,54,109); }

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

background-color css

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

 a { background-color: rgb(142,54,109); }

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

border-color css

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

 span { border-color: rgb(142,54,109); }

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