Html Css Color HEX #8E236E Dark Purple

📋 copy color: '#8E236E'

red 142 ◦ green 35 ◦ blue 110

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

Shades of Dark Purple #8E236E

Tints of Dark Purple #8E236E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.2%

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

R = 49.48%
G = 12.2%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#8E236E (or 0x8E236E) is known color: Dark Purple. HEX triplet: 8E, 23 and 6E. RGB value is (142,35,110). Sum of RGB (Red+Green+Blue) = 142+35+110=287 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.48% from 287); Green value is 35 (14.06% from 255 or 12.20% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 142 - color contains mainly: red. Hex color #8E236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E236E is #71DC91. Grayscale: #4B4B4B. Windows color (decimal): -7462034 or 7218062. OLE color: 7218062.

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

Color convert

RGB 142 35 110 -
CMYK 0 0.75 0.23 0.44
HSL 317.94º 0.6% 0.35% -
HSV(B) 317.94º 0.75% 0.56% -
XYZ 14.57 8.08 15.54 -
YUV 75.54 147.45 175.4 -
System Red Green Blue C M Y K H S L
Decimal 142 35 110 0 0.75 0.23 0.44 317.94 0.6 0.35
Hex 8E 23 6E 0 4B 17 2C 13E 3C 23
Octal 216 43 156 0 113 27 54 476 74 43
Binary 10001110 100011 1101110 0 1001011 10111 101100 100111110 111100 100011

Color Harmonies of #8E236E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E236E

Black with #8E236E

Text Example


Text Example

White with #8E236E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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