Html Css Color HEX #894475 Cosmic

📋 copy color: '#894475'

red 137 ◦ green 68 ◦ blue 117

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

Shades of Cosmic #894475

Tints of Cosmic #894475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.34%

R = 42.55%
G = 21.12%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#894475 (or 0x894475) is known color: Cosmic. HEX triplet: 89, 44 and 75. RGB value is (137,68,117). Sum of RGB (Red+Green+Blue) = 137+68+117=322 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.55% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 137 - color contains mainly: red. Hex color #894475 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894475 is #76BB8A. Grayscale: #5E5E5E. Windows color (decimal): -7781259 or 7685257. OLE color: 7685257.

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

Color convert

RGB 137 68 117 -
CMYK 0 0.50 0.15 0.46
HSL 317.39º 0.34% 0.4% -
HSV(B) 317.39º 0.5% 0.54% -
XYZ 15.59 10.74 18.08 -
YUV 94.22 140.86 158.52 -
System Red Green Blue C M Y K H S L
Decimal 137 68 117 0 0.50 0.15 0.46 317.39 0.34 0.4
Hex 89 44 75 0 32 F 2E 13D 22 28
Octal 211 104 165 0 62 17 56 475 42 50
Binary 10001001 1000100 1110101 0 110010 1111 101110 100111101 100010 101000

Color Harmonies of #894475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894475

Black with #894475

Text Example


Text Example

White with #894475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894475; }

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

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

background-color css

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

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

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

border-color css

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

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

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