#8961AB

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

Shades of Ce Soir #8961AB

Tints of Ce Soir #8961AB

Color information

#8961AB (or 0x8961AB) is unknown color: approx Ce Soir. HEX triplet: 89, 61 and AB. RGB value is (137,97,171). Sum of RGB (Red+Green+Blue) = 137+97+171=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #8961AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8961AB is #769E54. Grayscale: #757575. Windows color (decimal): -7773781 or 11231625. OLE color: 11231625.

HSL color Cylindrical-coordinate representation of color #8961AB: hue angle of 272.43º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8961AB is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13797171-
CMYK0.200.4300.33
HSL272.43º30.58%52.55%-
HSV(B)272.43º43.27%67.06%-
XYZ21.9416.8140.62-
YUV117.4158.25141.98-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.83%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 171 (67.19% from 255) = 42.22%
R=33.83%
G=23.95%
B=42.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal137971710.200.4300.33272.4330.5852.55
Hex8961AB142B0211101f35
Octal21114125324530414203765
Binary1000100111000011010101110100101011010000110001000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8961AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8961AB; }

 p { color: rgb(137,97,171); }

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

<style>
 a { background-color: #8961AB; }

 a { background-color: rgb(137,97,171); }

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

<style>
 span { border-color: #8961AB; }

 span { border-color: rgb(137,97,171); }

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