#946BAE

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

Shades of Ce Soir #946BAE

Tints of Ce Soir #946BAE

Color information

#946BAE (or 0x946BAE) is unknown color: approx Ce Soir. HEX triplet: 94, 6B and AE. RGB value is (148,107,174). Sum of RGB (Red+Green+Blue) = 148+107+174=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 174 (68.36% from 255 or 40.56% from 429); Max value from RGB is 174 - color contains mainly: blue. Hex color #946BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946BAE is #6B9451. Grayscale: #7E7E7E. Windows color (decimal): -7050322 or 11430804. OLE color: 11430804.

HSL color Cylindrical-coordinate representation of color #946BAE: hue angle of 276.72º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #946BAE is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148107174-
CMYK0.150.3900.32
HSL276.72º29.26%55.1%-
HSV(B)276.72º38.51%68.24%-
XYZ25.1119.8742.56-
YUV126.9154.58143.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.50%
GREEN value IS 107 (42.19% from 255) = 24.94%
BLUE value IS 174 (68.36% from 255) = 40.56%
R=34.50%
G=24.94%
B=40.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481071740.150.3900.32276.7229.2655.1
Hex946BAEF270201151d37
Octal22415325617470404253567
Binary100101001101011101011101111100111010000010001010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,107,174); }

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

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

 a { background-color: rgb(148,107,174); }

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

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

 span { border-color: rgb(148,107,174); }

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