#8c1280

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

Shades of Dark Purple #8C1280

Tints of Dark Purple #8C1280

Color information

#8C1280 (or 0x8C1280) is unknown color: approx Dark Purple. HEX triplet: 8C, 12 and 80. RGB value is (140,18,128). Sum of RGB (Red+Green+Blue) = 140+18+128=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C1280 is #73ED7F. Grayscale: #424242. Windows color (decimal): -7597440 or 8393356. OLE color: 8393356.

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

Color convert

RGB14018128-
CMYK00.870.090.45
HSL305.9º77.22%30.98%-
HSV(B)305.9º87.14%54.9%-
XYZ14.937.5721.1-
YUV67.02162.42180.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.95%
GREEN value IS 18 (7.42% from 255) = 6.29%
BLUE value IS 128 (50.39% from 255) = 44.76%
R=48.95%
G=6.29%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.09
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401812800.870.090.45305.977.2230.98
Hex8C128005792D1324d1f
Octal214222000127115546211537
Binary100011001001010000000010101111001101101100110010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c1280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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