#95759F

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

Shades of Ce Soir #95759F

Tints of Ce Soir #95759F

Color information

#95759F (or 0x95759F) is unknown color: approx Ce Soir. HEX triplet: 95, 75 and 9F. RGB value is (149,117,159). Sum of RGB (Red+Green+Blue) = 149+117+159=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 159 (62.5% from 255 or 37.41% from 425); Max value from RGB is 159 - color contains mainly: blue. Hex color #95759F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95759F is #6A8A60. Grayscale: #838383. Windows color (decimal): -6982241 or 10450325. OLE color: 10450325.

HSL color Cylindrical-coordinate representation of color #95759F: hue angle of 285.71º degrees, saturation: 0.18, 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 #95759F is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149117159-
CMYK0.060.2600.38
HSL285.71º17.95%54.12%-
HSV(B)285.71º26.42%62.35%-
XYZ25.0121.6235.65-
YUV131.36143.6140.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 117 (46.09% from 255) = 27.53%
BLUE value IS 159 (62.5% from 255) = 37.41%
R=35.06%
G=27.53%
B=37.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491171590.060.2600.38285.7117.9554.12
Hex95759F61A02611e1236
Octal2251652376320464362266
Binary1001010111101011001111111011010010011010001111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95759F; }

 p { color: rgb(149,117,159); }

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

<style>
 a { background-color: #95759F; }

 a { background-color: rgb(149,117,159); }

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

<style>
 span { border-color: #95759F; }

 span { border-color: rgb(149,117,159); }

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