#956DA4

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

Shades of Ce Soir #956DA4

Tints of Ce Soir #956DA4

Color information

#956DA4 (or 0x956DA4) is unknown color: approx Ce Soir. HEX triplet: 95, 6D and A4. RGB value is (149,109,164). Sum of RGB (Red+Green+Blue) = 149+109+164=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 164 - color contains mainly: blue. Hex color #956DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956DA4 is #6A925B. Grayscale: #7F7F7F. Windows color (decimal): -6984284 or 10775957. OLE color: 10775957.

HSL color Cylindrical-coordinate representation of color #956DA4: hue angle of 283.64º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956DA4 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB149109164-
CMYK0.090.3400.36
HSL283.64º23.21%53.53%-
HSV(B)283.64º33.54%64.31%-
XYZ24.5620.0137.69-
YUV127.23148.75143.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.31%
GREEN value IS 109 (42.97% from 255) = 25.83%
BLUE value IS 164 (64.45% from 255) = 38.86%
R=35.31%
G=25.83%
B=38.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491091640.090.3400.36283.6423.2153.53
Hex956DA492202411c1736
Octal22515524411420444342766
Binary100101011101101101001001001100010010010010001110010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,109,164); }

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

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

 a { background-color: rgb(149,109,164); }

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

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

 span { border-color: rgb(149,109,164); }

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