#956DB0

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

Shades of Ce Soir #956DB0

Tints of Ce Soir #956DB0

Color information

#956DB0 (or 0x956DB0) is unknown color: approx Ce Soir. HEX triplet: 95, 6D and B0. RGB value is (149,109,176). Sum of RGB (Red+Green+Blue) = 149+109+176=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 176 - color contains mainly: blue. Hex color #956DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956DB0 is #6A924F. Grayscale: #808080. Windows color (decimal): -6984272 or 11562389. OLE color: 11562389.

HSL color Cylindrical-coordinate representation of color #956DB0: hue angle of 275.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #956DB0 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149109176-
CMYK0.150.3800.31
HSL275.82º29.78%55.88%-
HSV(B)275.82º38.07%69.02%-
XYZ25.720.4643.67-
YUV128.6154.75142.55-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.33%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 176 (69.14% from 255) = 40.55%
R=34.33%
G=25.12%
B=40.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491091760.150.3800.31275.8229.7855.88
Hex956DB0F2601F1141e38
Octal22515526017460374243670
Binary10010101110110110110000111110011001111110001010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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