Html Css Color HEX #89426A Cosmic

📋 copy color: '#89426A'

red 137 ◦ green 66 ◦ blue 106

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

Shades of Cosmic #89426A

Tints of Cosmic #89426A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.36%

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 44.34%
G = 21.36%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#89426A (or 0x89426A) is known color: Cosmic. HEX triplet: 89, 42 and 6A. RGB value is (137,66,106). Sum of RGB (Red+Green+Blue) = 137+66+106=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #89426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89426A is #76BD95. Grayscale: #5B5B5B. Windows color (decimal): -7781782 or 6963849. OLE color: 6963849.

HSL color Cylindrical-coordinate representation of color #89426A: hue angle of 326.2º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #89426A is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 106 -
CMYK 0 0.52 0.23 0.46
HSL 326.2º 0.35% 0.4% -
HSV(B) 326.2º 0.52% 0.54% -
XYZ 14.87 10.26 14.83 -
YUV 91.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 137 66 106 0 0.52 0.23 0.46 326.2 0.35 0.4
Hex 89 42 6A 0 34 17 2E 146 23 28
Octal 211 102 152 0 64 27 56 506 43 50
Binary 10001001 1000010 1101010 0 110100 10111 101110 101000110 100011 101000

Color Harmonies of #89426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89426A

Black with #89426A

Text Example


Text Example

White with #89426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89426A; }

 p { color: rgb(137,66,106); }

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

background-color css

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

 a { background-color: rgb(137,66,106); }

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

border-color css

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

 span { border-color: rgb(137,66,106); }

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