Html Css Color HEX #894371 Cosmic

📋 copy color: '#894371'

red 137 ◦ green 67 ◦ blue 113

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

Shades of Cosmic #894371

Tints of Cosmic #894371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

 BLUE value IS 113 (44.53% from 255) = 35.65%

R = 43.22%
G = 21.14%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#894371 (or 0x894371) is known color: Cosmic. HEX triplet: 89, 43 and 71. RGB value is (137,67,113). Sum of RGB (Red+Green+Blue) = 137+67+113=317 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.22% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 137 - color contains mainly: red. Hex color #894371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894371 is #76BC8E. Grayscale: #5D5D5D. Windows color (decimal): -7781519 or 7422857. OLE color: 7422857.

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

Color convert

RGB 137 67 113 -
CMYK 0 0.51 0.18 0.46
HSL 320.57º 0.34% 0.4% -
HSV(B) 320.57º 0.51% 0.54% -
XYZ 15.3 10.52 16.85 -
YUV 93.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 137 67 113 0 0.51 0.18 0.46 320.57 0.34 0.4
Hex 89 43 71 0 33 12 2E 141 22 28
Octal 211 103 161 0 63 22 56 501 42 50
Binary 10001001 1000011 1110001 0 110011 10010 101110 101000001 100010 101000

Color Harmonies of #894371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894371

Black with #894371

Text Example


Text Example

White with #894371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894371; }

 p { color: rgb(137,67,113); }

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

background-color css

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

 a { background-color: rgb(137,67,113); }

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

border-color css

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

 span { border-color: rgb(137,67,113); }

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