#8C106F

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

Shades of Dark Purple #8C106F

Tints of Dark Purple #8C106F

Color information

#8C106F (or 0x8C106F) is unknown color: approx Dark Purple. HEX triplet: 8C, 10 and 6F. RGB value is (140,16,111). Sum of RGB (Red+Green+Blue) = 140+16+111=267 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.43% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 111 (43.75% from 255 or 41.57% from 267); Max value from RGB is 140 - color contains mainly: red. Hex color #8C106F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C106F is #73EF90. Grayscale: #3F3F3F. Windows color (decimal): -7597969 or 7278732. OLE color: 7278732.

HSL color Cylindrical-coordinate representation of color #8C106F: hue angle of 314.03º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C106F is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14016111-
CMYK00.890.210.45
HSL314.03º79.49%30.59%-
HSV(B)314.03º88.57%54.9%-
XYZ13.877.0915.68-
YUV63.91154.58182.28-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.43%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 111 (43.75% from 255) = 41.57%
R=52.43%
G=5.99%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401611100.890.210.45314.0379.4930.59
Hex8C106F059152D13a4f1f
Octal214201570131255547211737
Binary100011001000011011110101100110101101101100111010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C106F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,16,111); }

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

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

 a { background-color: rgb(140,16,111); }

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

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

 span { border-color: rgb(140,16,111); }

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