#9166AF

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

Shades of Ce Soir #9166AF

Tints of Ce Soir #9166AF

Color information

#9166AF (or 0x9166AF) is unknown color: approx Ce Soir. HEX triplet: 91, 66 and AF. RGB value is (145,102,175). Sum of RGB (Red+Green+Blue) = 145+102+175=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #9166AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9166AF is #6E9950. Grayscale: #7A7A7A. Windows color (decimal): -7248209 or 11495057. OLE color: 11495057.

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

Color convert

RGB145102175-
CMYK0.170.4200.31
HSL275.34º31.33%54.31%-
HSV(B)275.34º41.71%68.63%-
XYZ24.1718.6242.88-
YUV123.18157.25143.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 175 (68.75% from 255) = 41.47%
R=34.36%
G=24.17%
B=41.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451021750.170.4200.31275.3431.3354.31
Hex9166AF112A01F1131f36
Octal22114625721520374233766
Binary100100011100110101011111000110101001111110001001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9166AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,102,175); }

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

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

 a { background-color: rgb(145,102,175); }

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

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

 span { border-color: rgb(145,102,175); }

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