Html Css Color HEX #894063 Cosmic

📋 copy color: '#894063'

red 137 ◦ green 64 ◦ blue 99

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

Shades of Cosmic #894063

Tints of Cosmic #894063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

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

R = 45.67%
G = 21.33%
B = 33%

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

#894063 (or 0x894063) is known color: Cosmic. HEX triplet: 89, 40 and 63. RGB value is (137,64,99). Sum of RGB (Red+Green+Blue) = 137+64+99=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #894063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894063 is #76BF9C. Grayscale: #595959. Windows color (decimal): -7782301 or 6504585. OLE color: 6504585.

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

Color convert

RGB 137 64 99 -
CMYK 0 0.53 0.28 0.46
HSL 331.23º 0.36% 0.39% -
HSV(B) 331.23º 0.53% 0.54% -
XYZ 14.4 9.89 12.95 -
YUV 89.82 133.18 161.65 -
System Red Green Blue C M Y K H S L
Decimal 137 64 99 0 0.53 0.28 0.46 331.23 0.36 0.39
Hex 89 40 63 0 35 1C 2E 14B 24 27
Octal 211 100 143 0 65 34 56 513 44 47
Binary 10001001 1000000 1100011 0 110101 11100 101110 101001011 100100 100111

Color Harmonies of #894063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894063

Black with #894063

Text Example


Text Example

White with #894063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894063; }

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

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

background-color css

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

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

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

border-color css

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

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

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