Html Css Color HEX #8E4375 Cosmic

📋 copy color: '#8E4375'

red 142 ◦ green 67 ◦ blue 117

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

Shades of Cosmic #8E4375

Tints of Cosmic #8E4375

RGB

 RED value IS 142 (55.86% from 255) = 43.56%

 GREEN value IS 67 (26.56% from 255) = 20.55%

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 43.56%
G = 20.55%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.44

RGB Variations

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

Color information

#8E4375 (or 0x8E4375) is known color: Cosmic. HEX triplet: 8E, 43 and 75. RGB value is (142,67,117). Sum of RGB (Red+Green+Blue) = 142+67+117=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E4375 is #71BC8A. Grayscale: #5F5F5F. Windows color (decimal): -7453835 or 7685006. OLE color: 7685006.

HSL color Cylindrical-coordinate representation of color #8E4375: hue angle of 320º 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 #8E4375 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 67 117 -
CMYK 0 0.53 0.18 0.44
HSL 320º 0.36% 0.41% -
HSV(B) 320º 0.53% 0.56% -
XYZ 16.37 11.05 18.1 -
YUV 95.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 142 67 117 0 0.53 0.18 0.44 320 0.36 0.41
Hex 8E 43 75 0 35 12 2C 140 24 29
Octal 216 103 165 0 65 22 54 500 44 51
Binary 10001110 1000011 1110101 0 110101 10010 101100 101000000 100100 101001

Color Harmonies of #8E4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4375

Black with #8E4375

Text Example


Text Example

White with #8E4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E4375;
 }
 .AnyTagClassName
 {
   color: #8E4375;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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