Html Css Color HEX #8E366E Dark Purple

📋 copy color: '#8E366E'

red 142 ◦ green 54 ◦ blue 110

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

Shades of Dark Purple #8E366E

Tints of Dark Purple #8E366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 46.41%
G = 17.65%
B = 35.95%

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

#8E366E (or 0x8E366E) is known color: Dark Purple. HEX triplet: 8E, 36 and 6E. RGB value is (142,54,110). Sum of RGB (Red+Green+Blue) = 142+54+110=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E366E is #71C991. Grayscale: #565656. Windows color (decimal): -7457170 or 7222926. OLE color: 7222926.

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

Color convert

RGB 142 54 110 -
CMYK 0 0.62 0.23 0.44
HSL 321.82º 0.45% 0.38% -
HSV(B) 321.82º 0.62% 0.56% -
XYZ 15.29 9.51 15.78 -
YUV 86.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 142 54 110 0 0.62 0.23 0.44 321.82 0.45 0.38
Hex 8E 36 6E 0 3E 17 2C 142 2D 26
Octal 216 66 156 0 76 27 54 502 55 46
Binary 10001110 110110 1101110 0 111110 10111 101100 101000010 101101 100110

Color Harmonies of #8E366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E366E

Black with #8E366E

Text Example


Text Example

White with #8E366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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