#946CA6

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

Shades of Ce Soir #946CA6

Tints of Ce Soir #946CA6

Color information

#946CA6 (or 0x946CA6) is unknown color: approx Ce Soir. HEX triplet: 94, 6C and A6. RGB value is (148,108,166). Sum of RGB (Red+Green+Blue) = 148+108+166=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 166 - color contains mainly: blue. Hex color #946CA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946CA6 is #6B9359. Grayscale: #7E7E7E. Windows color (decimal): -7050074 or 10906772. OLE color: 10906772.

HSL color Cylindrical-coordinate representation of color #946CA6: hue angle of 281.38º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #946CA6 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB148108166-
CMYK0.110.3500.35
HSL281.38º24.58%53.73%-
HSV(B)281.38º34.94%65.1%-
XYZ24.4619.7738.6-
YUV126.57150.25143.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 108 (42.58% from 255) = 25.59%
BLUE value IS 166 (65.23% from 255) = 39.34%
R=35.07%
G=25.59%
B=39.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1481081660.110.3500.35281.3824.5853.73
Hex946CA6B230231191936
Octal22415424613430434313166
Binary100101001101100101001101011100011010001110001100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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