#8E4073

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

Shades of Cosmic #8E4073

Tints of Cosmic #8E4073

Color information

#8E4073 (or 0x8E4073) is unknown color: approx Cosmic. HEX triplet: 8E, 40 and 73. RGB value is (142,64,115). Sum of RGB (Red+Green+Blue) = 142+64+115=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4073 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4073 is #71BF8C. Grayscale: #5D5D5D. Windows color (decimal): -7454605 or 7553166. OLE color: 7553166.

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

Color convert

RGB14264115-
CMYK00.550.190.44
HSL320.77º37.86%40.39%-
HSV(B)320.77º54.93%55.69%-
XYZ16.0810.6617.43-
YUV93.14140.34162.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 44.24%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=44.24%
G=19.94%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426411500.550.190.44320.7737.8640.39
Hex8E4073037132C1412628
Octal21610016306723545014650
Binary1000111010000001110011011011110011101100101000001100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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