Html Css Color HEX #894970 Cosmic

📋 copy color: '#894970'

red 137 ◦ green 73 ◦ blue 112

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

Shades of Cosmic #894970

Tints of Cosmic #894970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 42.55%
G = 22.67%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#894970 (or 0x894970) is known color: Cosmic. HEX triplet: 89, 49 and 70. RGB value is (137,73,112). Sum of RGB (Red+Green+Blue) = 137+73+112=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #894970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894970 is #76B68F. Grayscale: #606060. Windows color (decimal): -7779984 or 7358857. OLE color: 7358857.

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

Color convert

RGB 137 73 112 -
CMYK 0 0.47 0.18 0.46
HSL 323.44º 0.3% 0.41% -
HSV(B) 323.44º 0.47% 0.54% -
XYZ 15.62 11.25 16.68 -
YUV 96.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 137 73 112 0 0.47 0.18 0.46 323.44 0.3 0.41
Hex 89 49 70 0 2F 12 2E 143 1E 29
Octal 211 111 160 0 57 22 56 503 36 51
Binary 10001001 1001001 1110000 0 101111 10010 101110 101000011 11110 101001

Color Harmonies of #894970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894970

Black with #894970

Text Example


Text Example

White with #894970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894970; }

 p { color: rgb(137,73,112); }

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

background-color css

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

 a { background-color: rgb(137,73,112); }

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

border-color css

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

 span { border-color: rgb(137,73,112); }

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