#8C1A8D

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

Shades of Dark Purple #8C1A8D

Tints of Dark Purple #8C1A8D

Color information

#8C1A8D (or 0x8C1A8D) is unknown color: approx Dark Purple. HEX triplet: 8C, 1A and 8D. RGB value is (140,26,141). Sum of RGB (Red+Green+Blue) = 140+26+141=307 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.60% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C1A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C1A8D is #73E572. Grayscale: #484848. Windows color (decimal): -7595379 or 9247372. OLE color: 9247372.

HSL color Cylindrical-coordinate representation of color #8C1A8D: hue angle of 299.48º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1A8D is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB14026141-
CMYK0.010.8200.45
HSL299.48º68.86%32.75%-
HSV(B)299.48º81.56%55.29%-
XYZ15.998.2425.95-
YUV73.2166.27175.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.60%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 141 (55.47% from 255) = 45.93%
R=45.60%
G=8.47%
B=45.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140261410.010.8200.45299.4868.8632.75
Hex8C1A8D15202D12b4521
Octal21432215112205545310541
Binary1000110011010100011011101001001011011001010111000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,26,141); }

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

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

 a { background-color: rgb(140,26,141); }

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

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

 span { border-color: rgb(140,26,141); }

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