#95749f

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

Shades of Ce Soir #95749F

Tints of Ce Soir #95749F

Color information

#95749F (or 0x95749F) is unknown color: approx Ce Soir. HEX triplet: 95, 74 and 9F. RGB value is (149,116,159). Sum of RGB (Red+Green+Blue) = 149+116+159=424 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.14% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #95749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95749F is #6A8B60. Grayscale: #828282. Windows color (decimal): -6982497 or 10450069. OLE color: 10450069.

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

Color convert

RGB149116159-
CMYK0.060.2700.38
HSL286.05º18.3%53.92%-
HSV(B)286.05º27.04%62.35%-
XYZ24.921.3835.62-
YUV130.77143.93141-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.14%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=35.14%
G=27.36%
B=37.5%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491161590.060.2700.38286.0518.353.92
Hex95749F61B02611e1236
Octal2251642376330464362266
Binary1001010111101001001111111011011010011010001111010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95749f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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