#8961AF

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

Shades of Ce Soir #8961AF

Tints of Ce Soir #8961AF

Color information

#8961AF (or 0x8961AF) is unknown color: approx Ce Soir. HEX triplet: 89, 61 and AF. RGB value is (137,97,175). Sum of RGB (Red+Green+Blue) = 137+97+175=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 97 (38.28% from 255 or 23.72% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #8961AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8961AF is #769E50. Grayscale: #757575. Windows color (decimal): -7773777 or 11493769. OLE color: 11493769.

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

Color convert

RGB13797175-
CMYK0.220.4500.31
HSL270.77º32.77%53.33%-
HSV(B)270.77º44.57%68.63%-
XYZ22.3316.9642.65-
YUV117.85160.25141.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.50%
GREEN value IS 97 (38.28% from 255) = 23.72%
BLUE value IS 175 (68.75% from 255) = 42.79%
R=33.50%
G=23.72%
B=42.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal137971750.220.4500.31270.7732.7753.33
Hex8961AF162D01F10f2135
Octal21114125726550374174165
Binary1000100111000011010111110110101101011111100001111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8961AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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