#8C068D

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

Shades of Dark Magenta #8C068D

Tints of Dark Magenta #8C068D

Color information

#8C068D (or 0x8C068D) is unknown color: approx Dark Magenta. HEX triplet: 8C, 06 and 8D. RGB value is (140,6,141). Sum of RGB (Red+Green+Blue) = 140+6+141=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C068D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C068D is #73F972. Grayscale: #3D3D3D. Windows color (decimal): -7600499 or 9242252. OLE color: 9242252.

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

Color convert

RGB1406141-
CMYK0.010.9600.45
HSL299.56º91.84%28.82%-
HSV(B)299.56º95.74%55.29%-
XYZ15.697.6325.84-
YUV61.46172.89184.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 48.78%
GREEN value IS 6 (2.73% from 255) = 2.09%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=48.78%
G=2.09%
B=49.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14061410.010.9600.45299.5691.8428.82
Hex8C68D16002D12c5c1d
Octal2146215114005545413435
Binary1000110011010001101111000000101101100101100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C068D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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