#8E4173

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

Shades of Cosmic #8E4173

Tints of Cosmic #8E4173

Color information

#8E4173 (or 0x8E4173) is unknown color: approx Cosmic. HEX triplet: 8E, 41 and 73. RGB value is (142,65,115). Sum of RGB (Red+Green+Blue) = 142+65+115=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4173 is #71BE8C. Grayscale: #5D5D5D. Windows color (decimal): -7454349 or 7553422. OLE color: 7553422.

HSL color Cylindrical-coordinate representation of color #8E4173: hue angle of 321.04º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E4173 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB14265115-
CMYK00.540.190.44
HSL321.04º37.2%40.59%-
HSV(B)321.04º54.23%55.69%-
XYZ16.1410.7717.45-
YUV93.72140.01162.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.10%
GREEN value IS 65 (25.78% from 255) = 20.19%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=44.10%
G=20.19%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426511500.540.190.44321.0437.240.59
Hex8E4173036132C1412529
Octal21610116306623545014551
Binary1000111010000011110011011011010011101100101000001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,65,115); }

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

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

 a { background-color: rgb(142,65,115); }

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

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

 span { border-color: rgb(142,65,115); }

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