#916FAF

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

Shades of Ce Soir #916FAF

Tints of Ce Soir #916FAF

Color information

#916FAF (or 0x916FAF) is unknown color: approx Ce Soir. HEX triplet: 91, 6F and AF. RGB value is (145,111,175). Sum of RGB (Red+Green+Blue) = 145+111+175=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 111 (43.75% from 255 or 25.75% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #916FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916FAF is #6E9050. Grayscale: #808080. Windows color (decimal): -7245905 or 11497361. OLE color: 11497361.

HSL color Cylindrical-coordinate representation of color #916FAF: hue angle of 271.88º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #916FAF is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB145111175-
CMYK0.170.3700.31
HSL271.88º28.57%56.08%-
HSV(B)271.88º36.57%68.63%-
XYZ25.120.4843.19-
YUV128.46154.26139.8-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 111 (43.75% from 255) = 25.75%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=33.64%
G=25.75%
B=40.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451111750.170.3700.31271.8828.5756.08
Hex916FAF112501F1101d38
Octal22115725721450374203570
Binary100100011101111101011111000110010101111110001000011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916FAF; }

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

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

<style>
 a { background-color: #916FAF; }

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

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

<style>
 span { border-color: #916FAF; }

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

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