Html Css Color HEX #894A6F Cosmic

📋 copy color: '#894A6F'

red 137 ◦ green 74 ◦ blue 111

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

Shades of Cosmic #894A6F

Tints of Cosmic #894A6F

RGB

 RED value IS 137 (53.91% from 255) = 42.55%

 GREEN value IS 74 (29.3% from 255) = 22.98%

 BLUE value IS 111 (43.75% from 255) = 34.47%

R = 42.55%
G = 22.98%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#894A6F (or 0x894A6F) is known color: Cosmic. HEX triplet: 89, 4A and 6F. RGB value is (137,74,111). Sum of RGB (Red+Green+Blue) = 137+74+111=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #894A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894A6F is #76B590. Grayscale: #606060. Windows color (decimal): -7779729 or 7293577. OLE color: 7293577.

HSL color Cylindrical-coordinate representation of color #894A6F: hue angle of 324.76º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #894A6F is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 74 111 -
CMYK 0 0.46 0.19 0.46
HSL 324.76º 0.3% 0.41% -
HSV(B) 324.76º 0.46% 0.54% -
XYZ 15.63 11.36 16.41 -
YUV 97.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 137 74 111 0 0.46 0.19 0.46 324.76 0.3 0.41
Hex 89 4A 6F 0 2E 13 2E 145 1E 29
Octal 211 112 157 0 56 23 56 505 36 51
Binary 10001001 1001010 1101111 0 101110 10011 101110 101000101 11110 101001

Color Harmonies of #894A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894A6F

Black with #894A6F

Text Example


Text Example

White with #894A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894A6F; }

 p { color: rgb(137,74,111); }

 H1.HeaderClassName
 {
   color: #894A6F;
 }
 .AnyTagClassName
 {
   color: #894A6F;
 }
</style>

background-color css

<style>
 a { background-color: #894A6F; }

 a { background-color: rgb(137,74,111); }

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

border-color css

<style>
 span { border-color: #894A6F; }

 span { border-color: rgb(137,74,111); }

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