#8C4A75

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

Shades of Cosmic #8C4A75

Tints of Cosmic #8C4A75

Color information

#8C4A75 (or 0x8C4A75) is unknown color: approx Cosmic. HEX triplet: 8C, 4A and 75. RGB value is (140,74,117). Sum of RGB (Red+Green+Blue) = 140+74+117=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4A75 is #73B58A. Grayscale: #626262. Windows color (decimal): -7583115 or 7686796. OLE color: 7686796.

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

Color convert

RGB14074117-
CMYK00.470.160.45
HSL320.91º30.84%41.96%-
HSV(B)320.91º47.14%54.9%-
XYZ16.4711.7618.23-
YUV98.64138.37157.5-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 42.30%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=42.30%
G=22.36%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1407411700.470.160.45320.9130.8441.96
Hex8C4A7502F102D1411f2a
Octal21411216505720555013752
Binary100011001001010111010101011111000010110110100000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C4A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,74,117); }

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

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

 a { background-color: rgb(140,74,117); }

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

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

 span { border-color: rgb(140,74,117); }

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