#8C196A

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

Shades of Dark Purple #8C196A

Tints of Dark Purple #8C196A

Color information

#8C196A (or 0x8C196A) is unknown color: approx Dark Purple. HEX triplet: 8C, 19 and 6A. RGB value is (140,25,106). Sum of RGB (Red+Green+Blue) = 140+25+106=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C196A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C196A is #73E695. Grayscale: #444444. Windows color (decimal): -7595670 or 6953356. OLE color: 6953356.

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

Color convert

RGB14025106-
CMYK00.820.240.45
HSL317.74º69.7%32.35%-
HSV(B)317.74º82.14%54.9%-
XYZ13.767.3114.32-
YUV68.62149.1178.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.66%
GREEN value IS 25 (10.16% from 255) = 9.23%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=51.66%
G=9.23%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1402510600.820.240.45317.7469.732.35
Hex8C196A052182D13e4620
Octal214311520122305547610640
Binary1000110011001110101001010010110001011011001111101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C196A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,25,106); }

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

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

 a { background-color: rgb(140,25,106); }

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

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

 span { border-color: rgb(140,25,106); }

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