#946FAD

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

Shades of Ce Soir #946FAD

Tints of Ce Soir #946FAD

Color information

#946FAD (or 0x946FAD) is unknown color: approx Ce Soir. HEX triplet: 94, 6F and AD. RGB value is (148,111,173). Sum of RGB (Red+Green+Blue) = 148+111+173=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #946FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946FAD is #6B9052. Grayscale: #808080. Windows color (decimal): -7049299 or 11366292. OLE color: 11366292.

HSL color Cylindrical-coordinate representation of color #946FAD: hue angle of 275.81º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #946FAD is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148111173-
CMYK0.140.3600.32
HSL275.81º27.43%55.69%-
HSV(B)275.81º35.84%67.84%-
XYZ25.4420.6842.19-
YUV129.13152.76141.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 173 (67.97% from 255) = 40.05%
R=34.26%
G=25.69%
B=40.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481111730.140.3600.32275.8127.4355.69
Hex946FADE240201141b38
Octal22415725516440404243370
Binary100101001101111101011011110100100010000010001010011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,111,173); }

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

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

 a { background-color: rgb(148,111,173); }

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

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

 span { border-color: rgb(148,111,173); }

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