Html Css Color HEX #8C4773 Cosmic

📋 copy color: '#8C4773'

red 140 ◦ green 71 ◦ blue 115

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

Shades of Cosmic #8C4773

Tints of Cosmic #8C4773

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

 BLUE value IS 115 (45.31% from 255) = 35.28%

R = 42.94%
G = 21.78%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8C4773 (or 0x8C4773) is known color: Cosmic. HEX triplet: 8C, 47 and 73. RGB value is (140,71,115). Sum of RGB (Red+Green+Blue) = 140+71+115=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4773 is #73B88C. Grayscale: #606060. Windows color (decimal): -7583885 or 7554956. OLE color: 7554956.

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

Color convert

RGB 140 71 115 -
CMYK 0 0.49 0.18 0.45
HSL 321.74º 0.33% 0.41% -
HSV(B) 321.74º 0.49% 0.55% -
XYZ 16.16 11.32 17.55 -
YUV 96.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 140 71 115 0 0.49 0.18 0.45 321.74 0.33 0.41
Hex 8C 47 73 0 31 12 2D 142 21 29
Octal 214 107 163 0 61 22 55 502 41 51
Binary 10001100 1000111 1110011 0 110001 10010 101101 101000010 100001 101001

Color Harmonies of #8C4773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4773

Black with #8C4773

Text Example


Text Example

White with #8C4773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,71,115); }

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

background-color css

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

 a { background-color: rgb(140,71,115); }

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

border-color css

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

 span { border-color: rgb(140,71,115); }

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