#926C9B

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

Shades of Ce Soir #926C9B

Tints of Ce Soir #926C9B

Color information

#926C9B (or 0x926C9B) is unknown color: approx Ce Soir. HEX triplet: 92, 6C and 9B. RGB value is (146,108,155). Sum of RGB (Red+Green+Blue) = 146+108+155=409 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.70% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 155 - color contains mainly: blue. Hex color #926C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926C9B is #6D9364. Grayscale: #7C7C7C. Windows color (decimal): -7181157 or 10185874. OLE color: 10185874.

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

Color convert

RGB146108155-
CMYK0.060.3000.39
HSL288.51º19.03%51.57%-
HSV(B)288.51º30.32%60.78%-
XYZ23.1319.233.5-
YUV124.72145.09143.18-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.70%
GREEN value IS 108 (42.58% from 255) = 26.41%
BLUE value IS 155 (60.94% from 255) = 37.90%
R=35.70%
G=26.41%
B=37.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1461081550.060.3000.39288.5119.0351.57
Hex926C9B61E0271211334
Octal2221542336360474412364
Binary1001001011011001001101111011110010011110010000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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