Html Css Color HEX #894163 Cosmic

📋 copy color: '#894163'

red 137 ◦ green 65 ◦ blue 99

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

Shades of Cosmic #894163

Tints of Cosmic #894163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.89%

R = 45.51%
G = 21.59%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#894163 (or 0x894163) is known color: Cosmic. HEX triplet: 89, 41 and 63. RGB value is (137,65,99). Sum of RGB (Red+Green+Blue) = 137+65+99=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #894163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894163 is #76BE9C. Grayscale: #5A5A5A. Windows color (decimal): -7782045 or 6504841. OLE color: 6504841.

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

Color convert

RGB 137 65 99 -
CMYK 0 0.53 0.28 0.46
HSL 331.67º 0.36% 0.4% -
HSV(B) 331.67º 0.53% 0.54% -
XYZ 14.46 10 12.97 -
YUV 90.4 132.85 161.24 -
System Red Green Blue C M Y K H S L
Decimal 137 65 99 0 0.53 0.28 0.46 331.67 0.36 0.4
Hex 89 41 63 0 35 1C 2E 14C 24 28
Octal 211 101 143 0 65 34 56 514 44 50
Binary 10001001 1000001 1100011 0 110101 11100 101110 101001100 100100 101000

Color Harmonies of #894163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894163

Black with #894163

Text Example


Text Example

White with #894163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894163; }

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

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

background-color css

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

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

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

border-color css

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

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

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