#946CAB

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

Shades of Ce Soir #946CAB

Tints of Ce Soir #946CAB

Color information

#946CAB (or 0x946CAB) is unknown color: approx Ce Soir. HEX triplet: 94, 6C and AB. RGB value is (148,108,171). Sum of RGB (Red+Green+Blue) = 148+108+171=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #946CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946CAB is #6B9354. Grayscale: #7E7E7E. Windows color (decimal): -7050069 or 11234452. OLE color: 11234452.

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

Color convert

RGB148108171-
CMYK0.130.3700.33
HSL278.1º27.27%54.71%-
HSV(B)278.1º36.84%67.06%-
XYZ24.9319.9641.07-
YUV127.14152.75142.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=34.66%
G=25.29%
B=40.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481081710.130.3700.33278.127.2754.71
Hex946CABD250211161b37
Octal22415425315450414263367
Binary100101001101100101010111101100101010000110001011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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