#8C126E

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

Shades of Dark Purple #8C126E

Tints of Dark Purple #8C126E

Color information

#8C126E (or 0x8C126E) is unknown color: approx Dark Purple. HEX triplet: 8C, 12 and 6E. RGB value is (140,18,110). Sum of RGB (Red+Green+Blue) = 140+18+110=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C126E is #73ED91. Grayscale: #404040. Windows color (decimal): -7597458 or 7213708. OLE color: 7213708.

HSL color Cylindrical-coordinate representation of color #8C126E: hue angle of 314.75º 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 #8C126E is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14018110-
CMYK00.870.210.45
HSL314.75º77.22%30.98%-
HSV(B)314.75º87.14%54.9%-
XYZ13.857.1315.4-
YUV64.97153.42181.52-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.24%
GREEN value IS 18 (7.42% from 255) = 6.72%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=52.24%
G=6.72%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401811000.870.210.45314.7577.2230.98
Hex8C126E057152D13b4d1f
Octal214221560127255547311537
Binary100011001001011011100101011110101101101100111011100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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