Html Css Color HEX #89649A Ce Soir

📋 copy color: '#89649A'

red 137 ◦ green 100 ◦ blue 154

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

Shades of Ce Soir #89649A

Tints of Ce Soir #89649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.58%

 BLUE value IS 154 (60.55% from 255) = 39.39%

R = 35.04%
G = 25.58%
B = 39.39%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#89649A (or 0x89649A) is known color: Ce Soir. HEX triplet: 89, 64 and 9A. RGB value is (137,100,154). Sum of RGB (Red+Green+Blue) = 137+100+154=391 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.04% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 154 - color contains mainly: blue. Hex color #89649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89649A is #769B65. Grayscale: #757575. Windows color (decimal): -7773030 or 10118281. OLE color: 10118281.

HSL color Cylindrical-coordinate representation of color #89649A: hue angle of 281.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89649A is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 137 100 154 -
CMYK 0.11 0.35 0 0.40
HSL 281.11º 0.21% 0.5% -
HSV(B) 281.11º 0.35% 0.6% -
XYZ 20.71 16.77 32.72 -
YUV 117.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 137 100 154 0.11 0.35 0 0.40 281.11 0.21 0.5
Hex 89 64 9A B 23 0 28 119 15 32
Octal 211 144 232 13 43 0 50 431 25 62
Binary 10001001 1100100 10011010 1011 100011 0 101000 100011001 10101 110010

Color Harmonies of #89649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89649A

Black with #89649A

Text Example


Text Example

White with #89649A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,100,154); }

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

background-color css

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

 a { background-color: rgb(137,100,154); }

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

border-color css

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

 span { border-color: rgb(137,100,154); }

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