#945FAA

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

Shades of Ce Soir #945FAA

Tints of Ce Soir #945FAA

Color information

#945FAA (or 0x945FAA) is unknown color: approx Ce Soir. HEX triplet: 94, 5F and AA. RGB value is (148,95,170). Sum of RGB (Red+Green+Blue) = 148+95+170=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #945FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #945FAA is #6BA055. Grayscale: #777777. Windows color (decimal): -7053398 or 11165588. OLE color: 11165588.

HSL color Cylindrical-coordinate representation of color #945FAA: hue angle of 282.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #945FAA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14895170-
CMYK0.130.4400.33
HSL282.4º30.61%51.96%-
HSV(B)282.4º44.12%66.67%-
XYZ23.5617.3840.14-
YUV119.4156.56148.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 95 (37.5% from 255) = 23.00%
BLUE value IS 170 (66.80% from 255) = 41.16%
R=35.84%
G=23.00%
B=41.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal148951700.130.4400.33282.430.6151.96
Hex945FAAD2C02111a1f34
Octal22413725215540414323764
Binary100101001011111101010101101101100010000110001101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945FAA; }

 p { color: rgb(148,95,170); }

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

<style>
 a { background-color: #945FAA; }

 a { background-color: rgb(148,95,170); }

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

<style>
 span { border-color: #945FAA; }

 span { border-color: rgb(148,95,170); }

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