#8E4376

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

Shades of Cosmic #8E4376

Tints of Cosmic #8E4376

Color information

#8E4376 (or 0x8E4376) is unknown color: approx Cosmic. HEX triplet: 8E, 43 and 76. RGB value is (142,67,118). Sum of RGB (Red+Green+Blue) = 142+67+118=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4376 is #71BC89. Grayscale: #5F5F5F. Windows color (decimal): -7453834 or 7750542. OLE color: 7750542.

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

Color convert

RGB14267118-
CMYK00.530.170.44
HSL319.2º35.89%40.98%-
HSV(B)319.2º52.82%55.69%-
XYZ16.4311.0718.41-
YUV95.24140.85161.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 43.43%
GREEN value IS 67 (26.56% from 255) = 20.49%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=43.43%
G=20.49%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1426711800.530.170.44319.235.8940.98
Hex8E4376035112C13f2429
Octal21610316606521544774451
Binary1000111010000111110110011010110001101100100111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,67,118); }

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

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

 a { background-color: rgb(142,67,118); }

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

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

 span { border-color: rgb(142,67,118); }

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