#8C1273

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

Shades of Dark Purple #8C1273

Tints of Dark Purple #8C1273

Color information

#8C1273 (or 0x8C1273) is unknown color: approx Dark Purple. HEX triplet: 8C, 12 and 73. RGB value is (140,18,115). Sum of RGB (Red+Green+Blue) = 140+18+115=273 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.28% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 115 (45.31% from 255 or 42.12% from 273); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1273 is #73ED8C. Grayscale: #414141. Windows color (decimal): -7597453 or 7541388. OLE color: 7541388.

HSL color Cylindrical-coordinate representation of color #8C1273: hue angle of 312.3º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C1273 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB14018115-
CMYK00.870.180.45
HSL312.3º77.22%30.98%-
HSV(B)312.3º87.14%54.9%-
XYZ14.137.2516.87-
YUV65.54155.92181.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.28%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 115 (45.31% from 255) = 42.12%
R=51.28%
G=6.59%
B=42.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401811500.870.180.45312.377.2230.98
Hex8C1273057122D1384d1f
Octal214221630127225547011537
Binary100011001001011100110101011110010101101100111000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,18,115); }

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

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

 a { background-color: rgb(140,18,115); }

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

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

 span { border-color: rgb(140,18,115); }

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