Html Css Color HEX #89496C Cosmic

📋 copy color: '#89496C'

red 137 ◦ green 73 ◦ blue 108

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

Shades of Cosmic #89496C

Tints of Cosmic #89496C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.96%

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 43.08%
G = 22.96%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89496C (or 0x89496C) is known color: Cosmic. HEX triplet: 89, 49 and 6C. RGB value is (137,73,108). Sum of RGB (Red+Green+Blue) = 137+73+108=318 (42% of max value = 765). Red value is 137 (53.91% from 255 or 43.08% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 137 - color contains mainly: red. Hex color #89496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89496C is #76B693. Grayscale: #606060. Windows color (decimal): -7779988 or 7096713. OLE color: 7096713.

HSL color Cylindrical-coordinate representation of color #89496C: hue angle of 327.19º degrees, saturation: 0.3, 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 #89496C is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 73 108 -
CMYK 0 0.47 0.21 0.46
HSL 327.19º 0.3% 0.41% -
HSV(B) 327.19º 0.47% 0.54% -
XYZ 15.41 11.17 15.53 -
YUV 96.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 137 73 108 0 0.47 0.21 0.46 327.19 0.3 0.41
Hex 89 49 6C 0 2F 15 2E 147 1E 29
Octal 211 111 154 0 57 25 56 507 36 51
Binary 10001001 1001001 1101100 0 101111 10101 101110 101000111 11110 101001

Color Harmonies of #89496C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89496C

Black with #89496C

Text Example


Text Example

White with #89496C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89496C; }

 p { color: rgb(137,73,108); }

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

background-color css

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

 a { background-color: rgb(137,73,108); }

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

border-color css

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

 span { border-color: rgb(137,73,108); }

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