Html Css Color HEX #8C4876 Cosmic

📋 copy color: '#8C4876'

red 140 ◦ green 72 ◦ blue 118

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

Shades of Cosmic #8C4876

Tints of Cosmic #8C4876

RGB

 RED value IS 140 (55.08% from 255) = 42.42%

 GREEN value IS 72 (28.52% from 255) = 21.82%

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 42.42%
G = 21.82%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C4876 (or 0x8C4876) is known color: Cosmic. HEX triplet: 8C, 48 and 76. RGB value is (140,72,118). Sum of RGB (Red+Green+Blue) = 140+72+118=330 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.42% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4876 is #73B789. Grayscale: #616161. Windows color (decimal): -7583626 or 7751820. OLE color: 7751820.

HSL color Cylindrical-coordinate representation of color #8C4876: hue angle of 319.41º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C4876 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 72 118 -
CMYK 0 0.49 0.16 0.45
HSL 319.41º 0.32% 0.42% -
HSV(B) 319.41º 0.49% 0.55% -
XYZ 16.4 11.52 18.5 -
YUV 97.58 139.53 158.26 -
System Red Green Blue C M Y K H S L
Decimal 140 72 118 0 0.49 0.16 0.45 319.41 0.32 0.42
Hex 8C 48 76 0 31 10 2D 13F 20 2A
Octal 214 110 166 0 61 20 55 477 40 52
Binary 10001100 1001000 1110110 0 110001 10000 101101 100111111 100000 101010

Color Harmonies of #8C4876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4876

Black with #8C4876

Text Example


Text Example

White with #8C4876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,72,118); }

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

background-color css

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

 a { background-color: rgb(140,72,118); }

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

border-color css

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

 span { border-color: rgb(140,72,118); }

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