#926BAB

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

Shades of Ce Soir #926BAB

Tints of Ce Soir #926BAB

Color information

#926BAB (or 0x926BAB) is unknown color: approx Ce Soir. HEX triplet: 92, 6B and AB. RGB value is (146,107,171). Sum of RGB (Red+Green+Blue) = 146+107+171=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #926BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926BAB is #6D9454. Grayscale: #7D7D7D. Windows color (decimal): -7181397 or 11234194. OLE color: 11234194.

HSL color Cylindrical-coordinate representation of color #926BAB: hue angle of 276.56º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #926BAB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146107171-
CMYK0.150.3700.33
HSL276.56º27.59%54.51%-
HSV(B)276.56º37.43%67.06%-
XYZ24.4619.5741.02-
YUV125.96153.42142.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.43%
GREEN value IS 107 (42.19% from 255) = 25.24%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=34.43%
G=25.24%
B=40.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461071710.150.3700.33276.5627.5954.51
Hex926BABF250211151c37
Octal22215325317450414253467
Binary100100101101011101010111111100101010000110001010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,107,171); }

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

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

 a { background-color: rgb(146,107,171); }

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

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

 span { border-color: rgb(146,107,171); }

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