#95749D

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

Shades of Ce Soir #95749D

Tints of Ce Soir #95749D

Color information

#95749D (or 0x95749D) is unknown color: approx Ce Soir. HEX triplet: 95, 74 and 9D. RGB value is (149,116,157). Sum of RGB (Red+Green+Blue) = 149+116+157=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 157 (61.72% from 255 or 37.20% from 422); Max value from RGB is 157 - color contains mainly: blue. Hex color #95749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95749D is #6A8B62. Grayscale: #828282. Windows color (decimal): -6982499 or 10318997. OLE color: 10318997.

HSL color Cylindrical-coordinate representation of color #95749D: hue angle of 288.29º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95749D is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149116157-
CMYK0.050.2600.38
HSL288.29º17.3%53.53%-
HSV(B)288.29º26.11%61.57%-
XYZ24.7321.3134.71-
YUV130.54142.93141.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 116 (45.70% from 255) = 27.49%
BLUE value IS 157 (61.72% from 255) = 37.20%
R=35.31%
G=27.49%
B=37.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491161570.050.2600.38288.2917.353.53
Hex95749D51A0261201136
Octal2251642355320464402166
Binary1001010111101001001110110111010010011010010000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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