Html Css Color HEX #896CAA Ce Soir

📋 copy color: '#896CAA'

red 137 ◦ green 108 ◦ blue 170

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

Shades of Ce Soir #896CAA

Tints of Ce Soir #896CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.02%

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 33.01%
G = 26.02%
B = 40.96%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#896CAA (or 0x896CAA) is known color: Ce Soir. HEX triplet: 89, 6C and AA. RGB value is (137,108,170). Sum of RGB (Red+Green+Blue) = 137+108+170=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #896CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896CAA is #769355. Grayscale: #7B7B7B. Windows color (decimal): -7770966 or 11168905. OLE color: 11168905.

HSL color Cylindrical-coordinate representation of color #896CAA: hue angle of 268.06º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #896CAA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 137 108 170 -
CMYK 0.19 0.36 0 0.33
HSL 268.06º 0.27% 0.55% -
HSV(B) 268.06º 0.36% 0.67% -
XYZ 22.93 18.95 40.48 -
YUV 123.74 154.11 137.46 -
System Red Green Blue C M Y K H S L
Decimal 137 108 170 0.19 0.36 0 0.33 268.06 0.27 0.55
Hex 89 6C AA 13 24 0 21 10C 1B 37
Octal 211 154 252 23 44 0 41 414 33 67
Binary 10001001 1101100 10101010 10011 100100 0 100001 100001100 11011 110111

Color Harmonies of #896CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896CAA

Black with #896CAA

Text Example


Text Example

White with #896CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896CAA; }

 p { color: rgb(137,108,170); }

 H1.HeaderClassName
 {
   color: #896CAA;
 }
 .AnyTagClassName
 {
   color: #896CAA;
 }
</style>

background-color css

<style>
 a { background-color: #896CAA; }

 a { background-color: rgb(137,108,170); }

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

border-color css

<style>
 span { border-color: #896CAA; }

 span { border-color: rgb(137,108,170); }

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