Html Css Color HEX #89699A Ce Soir

📋 copy color: '#89699A'

red 137 ◦ green 105 ◦ blue 154

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

Shades of Ce Soir #89699A

Tints of Ce Soir #89699A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.52%

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

R = 34.6%
G = 26.52%
B = 38.89%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#89699A (or 0x89699A) is known color: Ce Soir. HEX triplet: 89, 69 and 9A. RGB value is (137,105,154). Sum of RGB (Red+Green+Blue) = 137+105+154=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #89699A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89699A is #769665. Grayscale: #777777. Windows color (decimal): -7771750 or 10119561. OLE color: 10119561.

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

Color convert

RGB 137 105 154 -
CMYK 0.11 0.32 0 0.40
HSL 279.18º 0.2% 0.51% -
HSV(B) 279.18º 0.32% 0.6% -
XYZ 21.2 17.75 32.88 -
YUV 120.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 137 105 154 0.11 0.32 0 0.40 279.18 0.2 0.51
Hex 89 69 9A B 20 0 28 117 14 33
Octal 211 151 232 13 40 0 50 427 24 63
Binary 10001001 1101001 10011010 1011 100000 0 101000 100010111 10100 110011

Color Harmonies of #89699A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89699A

Black with #89699A

Text Example


Text Example

White with #89699A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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