Html Css Color HEX #894874 Cosmic

📋 copy color: '#894874'

red 137 ◦ green 72 ◦ blue 116

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

Shades of Cosmic #894874

Tints of Cosmic #894874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.15%

 BLUE value IS 116 (45.7% from 255) = 35.69%

R = 42.15%
G = 22.15%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#894874 (or 0x894874) is known color: Cosmic. HEX triplet: 89, 48 and 74. RGB value is (137,72,116). Sum of RGB (Red+Green+Blue) = 137+72+116=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #894874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894874 is #76B78B. Grayscale: #606060. Windows color (decimal): -7780236 or 7620745. OLE color: 7620745.

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

Color convert

RGB 137 72 116 -
CMYK 0 0.47 0.15 0.46
HSL 319.38º 0.31% 0.41% -
HSV(B) 319.38º 0.47% 0.54% -
XYZ 15.79 11.21 17.86 -
YUV 96.45 139.03 156.92 -
System Red Green Blue C M Y K H S L
Decimal 137 72 116 0 0.47 0.15 0.46 319.38 0.31 0.41
Hex 89 48 74 0 2F F 2E 13F 1F 29
Octal 211 110 164 0 57 17 56 477 37 51
Binary 10001001 1001000 1110100 0 101111 1111 101110 100111111 11111 101001

Color Harmonies of #894874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894874

Black with #894874

Text Example


Text Example

White with #894874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894874; }

 p { color: rgb(137,72,116); }

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

background-color css

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

 a { background-color: rgb(137,72,116); }

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

border-color css

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

 span { border-color: rgb(137,72,116); }

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