Html Css Color HEX #894471 Cosmic

📋 copy color: '#894471'

red 137 ◦ green 68 ◦ blue 113

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

Shades of Cosmic #894471

Tints of Cosmic #894471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.38%

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

R = 43.08%
G = 21.38%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#894471 (or 0x894471) is known color: Cosmic. HEX triplet: 89, 44 and 71. RGB value is (137,68,113). Sum of RGB (Red+Green+Blue) = 137+68+113=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #894471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894471 is #76BB8E. Grayscale: #5D5D5D. Windows color (decimal): -7781263 or 7423113. OLE color: 7423113.

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

Color convert

RGB 137 68 113 -
CMYK 0 0.50 0.18 0.46
HSL 320.87º 0.34% 0.4% -
HSV(B) 320.87º 0.5% 0.54% -
XYZ 15.36 10.64 16.87 -
YUV 93.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 137 68 113 0 0.50 0.18 0.46 320.87 0.34 0.4
Hex 89 44 71 0 32 12 2E 141 22 28
Octal 211 104 161 0 62 22 56 501 42 50
Binary 10001001 1000100 1110001 0 110010 10010 101110 101000001 100010 101000

Color Harmonies of #894471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894471

Black with #894471

Text Example


Text Example

White with #894471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894471; }

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

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

background-color css

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

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

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

border-color css

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

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

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