Html Css Color HEX #894671 Cosmic

📋 copy color: '#894671'

red 137 ◦ green 70 ◦ blue 113

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

Shades of Cosmic #894671

Tints of Cosmic #894671

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.88%

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

R = 42.81%
G = 21.88%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#894671 (or 0x894671) is known color: Cosmic. HEX triplet: 89, 46 and 71. RGB value is (137,70,113). Sum of RGB (Red+Green+Blue) = 137+70+113=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #894671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894671 is #76B98E. Grayscale: #5E5E5E. Windows color (decimal): -7780751 or 7423625. OLE color: 7423625.

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

Color convert

RGB 137 70 113 -
CMYK 0 0.49 0.18 0.46
HSL 321.49º 0.32% 0.41% -
HSV(B) 321.49º 0.49% 0.54% -
XYZ 15.49 10.89 16.91 -
YUV 94.94 138.2 158 -
System Red Green Blue C M Y K H S L
Decimal 137 70 113 0 0.49 0.18 0.46 321.49 0.32 0.41
Hex 89 46 71 0 31 12 2E 141 20 29
Octal 211 106 161 0 61 22 56 501 40 51
Binary 10001001 1000110 1110001 0 110001 10010 101110 101000001 100000 101001

Color Harmonies of #894671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894671

Black with #894671

Text Example


Text Example

White with #894671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894671; }

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

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

background-color css

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

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

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

border-color css

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

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

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