#92749E

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

Shades of Ce Soir #92749E

Tints of Ce Soir #92749E

Color information

#92749E (or 0x92749E) is unknown color: approx Ce Soir. HEX triplet: 92, 74 and 9E. RGB value is (146,116,158). Sum of RGB (Red+Green+Blue) = 146+116+158=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #92749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #92749E is #6D8B61. Grayscale: #818181. Windows color (decimal): -7179106 or 10384530. OLE color: 10384530.

HSL color Cylindrical-coordinate representation of color #92749E: hue angle of 282.86º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #92749E is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB146116158-
CMYK0.080.2700.38
HSL282.86º17.8%53.73%-
HSV(B)282.86º26.58%61.96%-
XYZ24.2721.0735.14-
YUV129.76143.94139.58-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.76%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=34.76%
G=27.62%
B=37.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1461161580.080.2700.38282.8617.853.73
Hex92749E81B02611b1236
Octal22216423610330464332266
Binary10010010111010010011110100011011010011010001101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92749E; }

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

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

<style>
 a { background-color: #92749E; }

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

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

<style>
 span { border-color: #92749E; }

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

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