Html Css Color HEX #894973 Cosmic

📋 copy color: '#894973'

red 137 ◦ green 73 ◦ blue 115

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

Shades of Cosmic #894973

Tints of Cosmic #894973

RGB

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

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

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

R = 42.15%
G = 22.46%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#894973 (or 0x894973) is known color: Cosmic. HEX triplet: 89, 49 and 73. RGB value is (137,73,115). Sum of RGB (Red+Green+Blue) = 137+73+115=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #894973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894973 is #76B68C. Grayscale: #606060. Windows color (decimal): -7779981 or 7555465. OLE color: 7555465.

HSL color Cylindrical-coordinate representation of color #894973: hue angle of 320.62º 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 #894973 is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 73 115 -
CMYK 0 0.47 0.16 0.46
HSL 320.63º 0.3% 0.41% -
HSV(B) 320.63º 0.47% 0.54% -
XYZ 15.79 11.32 17.57 -
YUV 96.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 137 73 115 0 0.47 0.16 0.46 320.63 0.3 0.41
Hex 89 49 73 0 2F 10 2E 141 1E 29
Octal 211 111 163 0 57 20 56 501 36 51
Binary 10001001 1001001 1110011 0 101111 10000 101110 101000001 11110 101001

Color Harmonies of #894973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894973

Black with #894973

Text Example


Text Example

White with #894973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894973; }

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

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

background-color css

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

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

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

border-color css

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

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

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