#946DAB

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

Shades of Ce Soir #946DAB

Tints of Ce Soir #946DAB

Color information

#946DAB (or 0x946DAB) is unknown color: approx Ce Soir. HEX triplet: 94, 6D and AB. RGB value is (148,109,171). Sum of RGB (Red+Green+Blue) = 148+109+171=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #946DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946DAB is #6B9254. Grayscale: #7F7F7F. Windows color (decimal): -7049813 or 11234708. OLE color: 11234708.

HSL color Cylindrical-coordinate representation of color #946DAB: 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 #946DAB is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148109171-
CMYK0.130.3600.33
HSL277.74º26.96%54.9%-
HSV(B)277.74º36.26%67.06%-
XYZ25.0320.1741.1-
YUV127.73152.42142.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 109 (42.97% from 255) = 25.47%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=34.58%
G=25.47%
B=39.95%

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
Decimal1481091710.130.3600.33277.7426.9654.9
Hex946DABD240211161b37
Octal22415525315440414263367
Binary100101001101101101010111101100100010000110001011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946DAB; }

 p { color: rgb(148,109,171); }

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

<style>
 a { background-color: #946DAB; }

 a { background-color: rgb(148,109,171); }

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

<style>
 span { border-color: #946DAB; }

 span { border-color: rgb(148,109,171); }

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