#95749C

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

Shades of Ce Soir #95749C

Tints of Ce Soir #95749C

Color information

#95749C (or 0x95749C) is unknown color: approx Ce Soir. HEX triplet: 95, 74 and 9C. RGB value is (149,116,156). Sum of RGB (Red+Green+Blue) = 149+116+156=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 116 (45.70% from 255 or 27.55% from 421); Blue value is 156 (61.33% from 255 or 37.05% from 421); Max value from RGB is 156 - color contains mainly: blue. Hex color #95749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95749C is #6A8B63. Grayscale: #828282. Windows color (decimal): -6982500 or 10253461. OLE color: 10253461.

HSL color Cylindrical-coordinate representation of color #95749C: hue angle of 289.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95749C is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149116156-
CMYK0.040.2600.39
HSL289.5º16.81%53.33%-
HSV(B)289.5º25.64%61.18%-
XYZ24.6421.2834.26-
YUV130.43142.43141.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.39%
GREEN value IS 116 (45.70% from 255) = 27.55%
BLUE value IS 156 (61.33% from 255) = 37.05%
R=35.39%
G=27.55%
B=37.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491161560.040.2600.39289.516.8153.33
Hex95749C41A0271221135
Octal2251642344320474422165
Binary1001010111101001001110010011010010011110010001010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95749C; }

 p { color: rgb(149,116,156); }

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

<style>
 a { background-color: #95749C; }

 a { background-color: rgb(149,116,156); }

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

<style>
 span { border-color: #95749C; }

 span { border-color: rgb(149,116,156); }

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