#926F9B

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

Shades of Ce Soir #926F9B

Tints of Ce Soir #926F9B

Color information

#926F9B (or 0x926F9B) is unknown color: approx Ce Soir. HEX triplet: 92, 6F and 9B. RGB value is (146,111,155). Sum of RGB (Red+Green+Blue) = 146+111+155=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 155 - color contains mainly: blue. Hex color #926F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926F9B is #6D9064. Grayscale: #7E7E7E. Windows color (decimal): -7180389 or 10186642. OLE color: 10186642.

HSL color Cylindrical-coordinate representation of color #926F9B: hue angle of 287.73º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #926F9B is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB146111155-
CMYK0.060.2800.39
HSL287.73º18.03%52.16%-
HSV(B)287.73º28.39%60.78%-
XYZ23.4519.8533.6-
YUV126.48144.1141.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.44%
GREEN value IS 111 (43.75% from 255) = 26.94%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=35.44%
G=26.94%
B=37.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461111550.060.2800.39287.7318.0352.16
Hex926F9B61C0271201234
Octal2221572336340474402264
Binary1001001011011111001101111011100010011110010000010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926F9B; }

 p { color: rgb(146,111,155); }

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

<style>
 a { background-color: #926F9B; }

 a { background-color: rgb(146,111,155); }

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

<style>
 span { border-color: #926F9B; }

 span { border-color: rgb(146,111,155); }

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