Html Css Color HEX #894875 Cosmic

📋 copy color: '#894875'

red 137 ◦ green 72 ◦ blue 117

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

Shades of Cosmic #894875

Tints of Cosmic #894875

RGB

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

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

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

R = 42.02%
G = 22.09%
B = 35.89%

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

#894875 (or 0x894875) is known color: Cosmic. HEX triplet: 89, 48 and 75. RGB value is (137,72,117). Sum of RGB (Red+Green+Blue) = 137+72+117=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #894875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894875 is #76B78A. Grayscale: #606060. Windows color (decimal): -7780235 or 7686281. OLE color: 7686281.

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

Color convert

RGB 137 72 117 -
CMYK 0 0.47 0.15 0.46
HSL 318.46º 0.31% 0.41% -
HSV(B) 318.46º 0.47% 0.54% -
XYZ 15.84 11.24 18.16 -
YUV 96.57 139.53 156.84 -
System Red Green Blue C M Y K H S L
Decimal 137 72 117 0 0.47 0.15 0.46 318.46 0.31 0.41
Hex 89 48 75 0 2F F 2E 13E 1F 29
Octal 211 110 165 0 57 17 56 476 37 51
Binary 10001001 1001000 1110101 0 101111 1111 101110 100111110 11111 101001

Color Harmonies of #894875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894875

Black with #894875

Text Example


Text Example

White with #894875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894875; }

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

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

background-color css

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

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

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

border-color css

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

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

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