#8C247E

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

Shades of Dark Purple #8C247E

Tints of Dark Purple #8C247E

Color information

#8C247E (or 0x8C247E) is unknown color: approx Dark Purple. HEX triplet: 8C, 24 and 7E. RGB value is (140,36,126). Sum of RGB (Red+Green+Blue) = 140+36+126=302 (40% of max value = 765). Red value is 140 (55.08% from 255 or 46.36% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 126 (49.61% from 255 or 41.72% from 302); Max value from RGB is 140 - color contains mainly: red. Hex color #8C247E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C247E is #73DB81. Grayscale: #4D4D4D. Windows color (decimal): -7592834 or 8266892. OLE color: 8266892.

HSL color Cylindrical-coordinate representation of color #8C247E: hue angle of 308.08º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C247E is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB14036126-
CMYK00.740.100.45
HSL308.08º59.09%34.51%-
HSV(B)308.08º74.29%54.9%-
XYZ15.218.3420.55-
YUV77.36155.46172.68-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 46.36%
GREEN value IS 36 (14.45% from 255) = 11.92%
BLUE value IS 126 (49.61% from 255) = 41.72%
R=46.36%
G=11.92%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1403612600.740.100.45308.0859.0934.51
Hex8C247E04AA2D1343b23
Octal21444176011212554647343
Binary100011001001001111110010010101010101101100110100111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C247E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,36,126); }

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

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

 a { background-color: rgb(140,36,126); }

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

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

 span { border-color: rgb(140,36,126); }

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