#956EAC

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

Shades of Ce Soir #956EAC

Tints of Ce Soir #956EAC

Color information

#956EAC (or 0x956EAC) is unknown color: approx Ce Soir. HEX triplet: 95, 6E and AC. RGB value is (149,110,172). Sum of RGB (Red+Green+Blue) = 149+110+172=431 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.57% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 172 - color contains mainly: blue. Hex color #956EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956EAC is #6A9153. Grayscale: #808080. Windows color (decimal): -6984020 or 11300501. OLE color: 11300501.

HSL color Cylindrical-coordinate representation of color #956EAC: hue angle of 277.74º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956EAC is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB149110172-
CMYK0.130.3600.33
HSL277.74º27.19%55.29%-
HSV(B)277.74º36.05%67.45%-
XYZ25.4220.5241.65-
YUV128.73152.42142.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.57%
GREEN value IS 110 (43.36% from 255) = 25.52%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=34.57%
G=25.52%
B=39.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1491101720.130.3600.33277.7427.1955.29
Hex956EACD240211161b37
Octal22515625415440414263367
Binary100101011101110101011001101100100010000110001011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956EAC; }

 p { color: rgb(149,110,172); }

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

<style>
 a { background-color: #956EAC; }

 a { background-color: rgb(149,110,172); }

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

<style>
 span { border-color: #956EAC; }

 span { border-color: rgb(149,110,172); }

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