#95759E

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

Shades of Ce Soir #95759E

Tints of Ce Soir #95759E

Color information

#95759E (or 0x95759E) is unknown color: approx Ce Soir. HEX triplet: 95, 75 and 9E. RGB value is (149,117,158). Sum of RGB (Red+Green+Blue) = 149+117+158=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #95759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95759E is #6A8A61. Grayscale: #838383. Windows color (decimal): -6982242 or 10384789. OLE color: 10384789.

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

Color convert

RGB149117158-
CMYK0.060.2600.38
HSL286.83º17.45%53.92%-
HSV(B)286.83º25.95%61.96%-
XYZ24.9321.5835.2-
YUV131.24143.1140.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 117 (46.09% from 255) = 27.59%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=35.14%
G=27.59%
B=37.26%

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
Decimal1491171580.060.2600.38286.8317.4553.92
Hex95759E61A02611f1136
Octal2251652366320464372166
Binary1001010111101011001111011011010010011010001111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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