Html Css Color HEX #894170 Cosmic

📋 copy color: '#894170'

red 137 ◦ green 65 ◦ blue 112

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

Shades of Cosmic #894170

Tints of Cosmic #894170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.7%

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

R = 43.63%
G = 20.7%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#894170 (or 0x894170) is known color: Cosmic. HEX triplet: 89, 41 and 70. RGB value is (137,65,112). Sum of RGB (Red+Green+Blue) = 137+65+112=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #894170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894170 is #76BE8F. Grayscale: #5B5B5B. Windows color (decimal): -7782032 or 7356809. OLE color: 7356809.

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

Color convert

RGB 137 65 112 -
CMYK 0 0.53 0.18 0.46
HSL 320.83º 0.36% 0.4% -
HSV(B) 320.83º 0.53% 0.54% -
XYZ 15.13 10.27 16.51 -
YUV 91.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 137 65 112 0 0.53 0.18 0.46 320.83 0.36 0.4
Hex 89 41 70 0 35 12 2E 141 24 28
Octal 211 101 160 0 65 22 56 501 44 50
Binary 10001001 1000001 1110000 0 110101 10010 101110 101000001 100100 101000

Color Harmonies of #894170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894170

Black with #894170

Text Example


Text Example

White with #894170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894170; }

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

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

background-color css

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

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

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

border-color css

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

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

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