#946CA7

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

Shades of Ce Soir #946CA7

Tints of Ce Soir #946CA7

Color information

#946CA7 (or 0x946CA7) is unknown color: approx Ce Soir. HEX triplet: 94, 6C and A7. RGB value is (148,108,167). Sum of RGB (Red+Green+Blue) = 148+108+167=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 167 - color contains mainly: blue. Hex color #946CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946CA7 is #6B9358. Grayscale: #7E7E7E. Windows color (decimal): -7050073 or 10972308. OLE color: 10972308.

HSL color Cylindrical-coordinate representation of color #946CA7: hue angle of 280.68º 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 #946CA7 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB148108167-
CMYK0.110.3500.35
HSL280.68º25.11%53.92%-
HSV(B)280.68º35.33%65.49%-
XYZ24.5519.8139.09-
YUV126.69150.75143.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 167 (65.62% from 255) = 39.48%
R=34.99%
G=25.53%
B=39.48%

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
Decimal1481081670.110.3500.35280.6825.1153.92
Hex946CA7B230231191936
Octal22415424713430434313166
Binary100101001101100101001111011100011010001110001100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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