#8E2F6C

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

Shades of Dark Purple #8E2F6C

Tints of Dark Purple #8E2F6C

Color information

#8E2F6C (or 0x8E2F6C) is unknown color: approx Dark Purple. HEX triplet: 8E, 2F and 6C. RGB value is (142,47,108). Sum of RGB (Red+Green+Blue) = 142+47+108=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2F6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2F6C is #71D093. Grayscale: #525252. Windows color (decimal): -7458964 or 7090062. OLE color: 7090062.

HSL color Cylindrical-coordinate representation of color #8E2F6C: hue angle of 321.47º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E2F6C is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14247108-
CMYK00.670.240.44
HSL321.47º50.26%37.06%-
HSV(B)321.47º66.9%55.69%-
XYZ14.888.8715.11-
YUV82.36142.47170.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.81%
GREEN value IS 47 (18.75% from 255) = 15.82%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=47.81%
G=15.82%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1424710800.670.240.44321.4750.2637.06
Hex8E2F6C043182C1413225
Octal21657154010330545016245
Binary1000111010111111011000100001111000101100101000001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,47,108); }

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

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

 a { background-color: rgb(142,47,108); }

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

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

 span { border-color: rgb(142,47,108); }

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