#8962AB

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

Shades of Ce Soir #8962AB

Tints of Ce Soir #8962AB

Color information

#8962AB (or 0x8962AB) is unknown color: approx Ce Soir. HEX triplet: 89, 62 and AB. RGB value is (137,98,171). Sum of RGB (Red+Green+Blue) = 137+98+171=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #8962AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8962AB is #769D54. Grayscale: #757575. Windows color (decimal): -7773525 or 11231881. OLE color: 11231881.

HSL color Cylindrical-coordinate representation of color #8962AB: hue angle of 272.05º degrees, saturation: 0.3, 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 #8962AB is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13798171-
CMYK0.200.4300.33
HSL272.05º30.29%52.75%-
HSV(B)272.05º42.69%67.06%-
XYZ22.0316.9940.65-
YUV117.98157.92141.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 98 (38.67% from 255) = 24.14%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=33.74%
G=24.14%
B=42.12%

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
Decimal137981710.200.4300.33272.0530.2952.75
Hex8962AB142B0211101e35
Octal21114225324530414203665
Binary1000100111000101010101110100101011010000110001000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8962AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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