#8c1c62

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

Shades of Dark Purple #8C1C62

Tints of Dark Purple #8C1C62

Color information

#8C1C62 (or 0x8C1C62) is unknown color: approx Dark Purple. HEX triplet: 8C, 1C and 62. RGB value is (140,28,98). Sum of RGB (Red+Green+Blue) = 140+28+98=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1C62 is #73E39D. Grayscale: #454545. Windows color (decimal): -7594910 or 6429836. OLE color: 6429836.

HSL color Cylindrical-coordinate representation of color #8C1C62: hue angle of 322.5º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1C62 is Cyan = 0, Magento = 0.80, Yellow = 0.3 and Black (K on CMYK) = 0.45.

Color convert

RGB1402898-
CMYK00.800.30.45
HSL322.5º66.67%32.94%-
HSV(B)322.5º80%54.9%-
XYZ13.447.2912.25-
YUV69.47144.11178.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.63%
GREEN value IS 28 (11.33% from 255) = 10.53%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=52.63%
G=10.53%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.3
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140289800.800.30.45322.566.6732.94
Hex8C1C620501E2D1424321
Octal214341420120365550210341
Binary1000110011100110001001010000111101011011010000101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1c62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,28,98); }

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

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

 a { background-color: rgb(140,28,98); }

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

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

 span { border-color: rgb(140,28,98); }

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