#8E236B

Color #8E236B Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8E236B

Tints of Dark Purple #8E236B

Color information

#8E236B (or 0x8E236B) is unknown color: approx Dark Purple. HEX triplet: 8E, 23 and 6B. RGB value is (142,35,107). Sum of RGB (Red+Green+Blue) = 142+35+107=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E236B is #71DC94. Grayscale: #4B4B4B. Windows color (decimal): -7462037 or 7021454. OLE color: 7021454.

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

Color convert

RGB14235107-
CMYK00.750.250.44
HSL319.63º60.45%34.71%-
HSV(B)319.63º75.35%55.69%-
XYZ14.418.0114.7-
YUV75.2145.95175.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 12.32%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=50%
G=12.32%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1423510700.750.250.44319.6360.4534.71
Hex8E236B04B192C1403c23
Octal21643153011331545007443
Binary1000111010001111010110100101111001101100101000000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E236B;
 }
 .AnyTagClassName
 {
   color: #8E236B;
 }
</style>
background-color css

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

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

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

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

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

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