#89589E

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

Shades of Ce Soir #89589E

Tints of Ce Soir #89589E

Color information

#89589E (or 0x89589E) is unknown color: approx Ce Soir. HEX triplet: 89, 58 and 9E. RGB value is (137,88,158). Sum of RGB (Red+Green+Blue) = 137+88+158=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #89589E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89589E is #76A761. Grayscale: #6E6E6E. Windows color (decimal): -7776098 or 10377353. OLE color: 10377353.

HSL color Cylindrical-coordinate representation of color #89589E: hue angle of 282º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #89589E is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13788158-
CMYK0.130.4400.38
HSL282º28.46%48.24%-
HSV(B)282º44.3%61.96%-
XYZ19.9814.7734.15-
YUV110.63154.73146.81-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=35.77%
G=22.98%
B=41.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal137881580.130.4400.3828228.4648.24
Hex89589ED2C02611a1c30
Octal21113023615540464323460
Binary100010011011000100111101101101100010011010001101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89589E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,88,158); }

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

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

 a { background-color: rgb(137,88,158); }

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

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

 span { border-color: rgb(137,88,158); }

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