#8C1A7A

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

Shades of Dark Purple #8C1A7A

Tints of Dark Purple #8C1A7A

Color information

#8C1A7A (or 0x8C1A7A) is unknown color: approx Dark Purple. HEX triplet: 8C, 1A and 7A. RGB value is (140,26,122). Sum of RGB (Red+Green+Blue) = 140+26+122=288 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.61% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C1A7A is #73E585. Grayscale: #464646. Windows color (decimal): -7595398 or 8002188. OLE color: 8002188.

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

Color convert

RGB14026122-
CMYK00.810.130.45
HSL309.47º68.67%32.55%-
HSV(B)309.47º81.43%54.9%-
XYZ14.77.7219.13-
YUV71.03156.77177.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.61%
GREEN value IS 26 (10.55% from 255) = 9.03%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=48.61%
G=9.03%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402612200.810.130.45309.4768.6732.55
Hex8C1A7A051D2D1354521
Octal214321720121155546510541
Binary100011001101011110100101000111011011011001101011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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