#8962AF

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

Shades of Ce Soir #8962AF

Tints of Ce Soir #8962AF

Color information

#8962AF (or 0x8962AF) is unknown color: approx Ce Soir. HEX triplet: 89, 62 and AF. RGB value is (137,98,175). Sum of RGB (Red+Green+Blue) = 137+98+175=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #8962AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8962AF is #769D50. Grayscale: #767676. Windows color (decimal): -7773521 or 11494025. OLE color: 11494025.

HSL color Cylindrical-coordinate representation of color #8962AF: hue angle of 270.39º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8962AF is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13798175-
CMYK0.220.4400.31
HSL270.39º32.49%53.53%-
HSV(B)270.39º44%68.63%-
XYZ22.4217.1542.69-
YUV118.44159.92141.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 98 (38.67% from 255) = 23.90%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=33.41%
G=23.90%
B=42.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137981750.220.4400.31270.3932.4953.53
Hex8962AF162C01F10e2036
Octal21114225726540374164066
Binary1000100111000101010111110110101100011111100001110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8962AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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