Html Css Color HEX #8E4376 Cosmic

📋 copy color: '#8E4376'

red 142 ◦ green 67 ◦ blue 118

#8E4376
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #8E4376

Tints of Cosmic #8E4376

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 value IS 0

 M value IS 0.53

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#8E4376 (or 0x8E4376) is known color: 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

RGB 142 67 118 -
CMYK 0 0.53 0.17 0.44
HSL 319.2º 0.36% 0.41% -
HSV(B) 319.2º 0.53% 0.56% -
XYZ 16.43 11.07 18.41 -
YUV 95.24 140.85 161.35 -
System Red Green Blue C M Y K H S L
Decimal 142 67 118 0 0.53 0.17 0.44 319.2 0.36 0.41
Hex 8E 43 76 0 35 11 2C 13F 24 29
Octal 216 103 166 0 65 21 54 477 44 51
Binary 10001110 1000011 1110110 0 110101 10001 101100 100111111 100100 101001

Color Harmonies of #8E4376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4376

Black with #8E4376

Text Example


Text Example

White with #8E4376

Text Example


Text Example

HTML Codes & Css Web 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>