#8967AA

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

Shades of Ce Soir #8967AA

Tints of Ce Soir #8967AA

Color information

#8967AA (or 0x8967AA) is unknown color: approx Ce Soir. HEX triplet: 89, 67 and AA. RGB value is (137,103,170). Sum of RGB (Red+Green+Blue) = 137+103+170=410 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.41% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #8967AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8967AA is #769855. Grayscale: #787878. Windows color (decimal): -7772246 or 11167625. OLE color: 11167625.

HSL color Cylindrical-coordinate representation of color #8967AA: hue angle of 270.45º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8967AA is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB137103170-
CMYK0.190.3900.33
HSL270.45º28.27%53.53%-
HSV(B)270.45º39.41%66.67%-
XYZ22.4217.9240.31-
YUV120.8155.76139.55-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.41%
GREEN value IS 103 (40.62% from 255) = 25.12%
BLUE value IS 170 (66.80% from 255) = 41.46%
R=33.41%
G=25.12%
B=41.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1371031700.190.3900.33270.4528.2753.53
Hex8967AA132702110e1c36
Octal21114725223470414163466
Binary1000100111001111010101010011100111010000110000111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8967AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8967AA; }

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

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

<style>
 a { background-color: #8967AA; }

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

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

<style>
 span { border-color: #8967AA; }

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

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