#926D9E

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

Shades of Ce Soir #926D9E

Tints of Ce Soir #926D9E

Color information

#926D9E (or 0x926D9E) is unknown color: approx Ce Soir. HEX triplet: 92, 6D and 9E. RGB value is (146,109,158). Sum of RGB (Red+Green+Blue) = 146+109+158=413 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.35% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 158 - color contains mainly: blue. Hex color #926D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926D9E is #6D9261. Grayscale: #7D7D7D. Windows color (decimal): -7180898 or 10382738. OLE color: 10382738.

HSL color Cylindrical-coordinate representation of color #926D9E: hue angle of 285.31º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #926D9E is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146109158-
CMYK0.080.3100.38
HSL285.31º20.16%52.35%-
HSV(B)285.31º31.01%61.96%-
XYZ23.4919.5234.88-
YUV125.65146.26142.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.35%
GREEN value IS 109 (42.97% from 255) = 26.39%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=35.35%
G=26.39%
B=38.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461091580.080.3100.38285.3120.1652.35
Hex926D9E81F02611d1434
Octal22215523610370464352464
Binary10010010110110110011110100011111010011010001110110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,109,158); }

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

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

 a { background-color: rgb(146,109,158); }

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

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

 span { border-color: rgb(146,109,158); }

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