#8E1D63

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

Shades of Dark Purple #8E1D63

Tints of Dark Purple #8E1D63

Color information

#8E1D63 (or 0x8E1D63) is unknown color: approx Dark Purple. HEX triplet: 8E, 1D and 63. RGB value is (142,29,99). Sum of RGB (Red+Green+Blue) = 142+29+99=270 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.59% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1D63 is #71E29C. Grayscale: #464646. Windows color (decimal): -7463581 or 6495630. OLE color: 6495630.

HSL color Cylindrical-coordinate representation of color #8E1D63: hue angle of 322.83º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1D63 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB1422999-
CMYK00.800.300.44
HSL322.83º66.08%33.53%-
HSV(B)322.83º79.58%55.69%-
XYZ13.857.5312.53-
YUV70.77143.94178.81-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.59%
GREEN value IS 29 (11.72% from 255) = 10.74%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=52.59%
G=10.74%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142299900.800.300.44322.8366.0833.53
Hex8E1D630501E2C1434222
Octal216351430120365450310242
Binary1000111011101110001101010000111101011001010000111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,29,99); }

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

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

 a { background-color: rgb(142,29,99); }

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

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

 span { border-color: rgb(142,29,99); }

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