#8E246B

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

Shades of Dark Purple #8E246B

Tints of Dark Purple #8E246B

Color information

#8E246B (or 0x8E246B) is unknown color: approx Dark Purple. HEX triplet: 8E, 24 and 6B. RGB value is (142,36,107). Sum of RGB (Red+Green+Blue) = 142+36+107=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E246B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E246B is #71DB94. Grayscale: #4B4B4B. Windows color (decimal): -7461781 or 7021710. OLE color: 7021710.

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

Color convert

RGB14236107-
CMYK00.750.250.44
HSL319.81º59.55%34.9%-
HSV(B)319.81º74.65%55.69%-
XYZ14.448.0714.71-
YUV75.79145.62175.23-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 36 (14.45% from 255) = 12.63%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=49.82%
G=12.63%
B=37.54%

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
Decimal1423610700.750.250.44319.8159.5534.9
Hex8E246B04B192C1403c23
Octal21644153011331545007443
Binary1000111010010011010110100101111001101100101000000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E246B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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