#89426E

Color #89426E Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #89426E

Tints of Cosmic #89426E

Color information

#89426E (or 0x89426E) is unknown color: approx Cosmic. HEX triplet: 89, 42 and 6E. RGB value is (137,66,110). Sum of RGB (Red+Green+Blue) = 137+66+110=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #89426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89426E is #76BD91. Grayscale: #5C5C5C. Windows color (decimal): -7781778 or 7225993. OLE color: 7225993.

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

Color convert

RGB13766110-
CMYK00.520.200.46
HSL322.82º34.98%39.8%-
HSV(B)322.82º51.82%53.73%-
XYZ15.0810.3415.95-
YUV92.24138.02159.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.77%
GREEN value IS 66 (26.17% from 255) = 21.09%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=43.77%
G=21.09%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1376611000.520.200.46322.8234.9839.8
Hex89426E034142E1432328
Octal21110215606424565034350
Binary1000100110000101101110011010010100101110101000011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89426E;
 }
 .AnyTagClassName
 {
   color: #89426E;
 }
</style>
background-color css

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

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

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

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

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

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