#8C08A4

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

Shades of Dark Magenta #8C08A4

Tints of Dark Magenta #8C08A4

Color information

#8C08A4 (or 0x8C08A4) is unknown color: approx Dark Magenta. HEX triplet: 8C, 08 and A4. RGB value is (140,8,164). Sum of RGB (Red+Green+Blue) = 140+8+164=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #8C08A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C08A4 is #73F75B. Grayscale: #404040. Windows color (decimal): -7599964 or 10750092. OLE color: 10750092.

HSL color Cylindrical-coordinate representation of color #8C08A4: hue angle of 290.77º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C08A4 is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1408164-
CMYK0.150.9500.36
HSL290.77º90.7%33.73%-
HSV(B)290.77º95.12%64.31%-
XYZ17.68.4335.82-
YUV65.25183.73181.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 44.87%
GREEN value IS 8 (3.52% from 255) = 2.56%
BLUE value IS 164 (64.45% from 255) = 52.56%
R=44.87%
G=2.56%
B=52.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14081640.150.9500.36290.7790.733.73
Hex8C8A4F5F0241235b22
Octal214102441713704444313342
Binary100011001000101001001111101111101001001001000111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C08A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,8,164); }

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

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

 a { background-color: rgb(140,8,164); }

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

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

 span { border-color: rgb(140,8,164); }

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