Html Css Color HEX #89426D Cosmic

📋 copy color: '#89426D'

red 137 ◦ green 66 ◦ blue 109

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

Shades of Cosmic #89426D

Tints of Cosmic #89426D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 43.91%
G = 21.15%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#89426D (or 0x89426D) is known color: Cosmic. HEX triplet: 89, 42 and 6D. RGB value is (137,66,109). Sum of RGB (Red+Green+Blue) = 137+66+109=312 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.91% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 137 - color contains mainly: red. Hex color #89426D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89426D is #76BD92. Grayscale: #5C5C5C. Windows color (decimal): -7781779 or 7160457. OLE color: 7160457.

HSL color Cylindrical-coordinate representation of color #89426D: hue angle of 323.66º 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 #89426D is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 109 -
CMYK 0 0.52 0.20 0.46
HSL 323.66º 0.35% 0.4% -
HSV(B) 323.66º 0.52% 0.54% -
XYZ 15.03 10.32 15.67 -
YUV 92.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 137 66 109 0 0.52 0.20 0.46 323.66 0.35 0.4
Hex 89 42 6D 0 34 14 2E 144 23 28
Octal 211 102 155 0 64 24 56 504 43 50
Binary 10001001 1000010 1101101 0 110100 10100 101110 101000100 100011 101000

Color Harmonies of #89426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89426D

Black with #89426D

Text Example


Text Example

White with #89426D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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