#905FA3

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

Shades of Ce Soir #905FA3

Tints of Ce Soir #905FA3

Color information

#905FA3 (or 0x905FA3) is unknown color: approx Ce Soir. HEX triplet: 90, 5F and A3. RGB value is (144,95,163). Sum of RGB (Red+Green+Blue) = 144+95+163=402 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.82% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 163 - color contains mainly: blue. Hex color #905FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905FA3 is #6FA05C. Grayscale: #757575. Windows color (decimal): -7315549 or 10706832. OLE color: 10706832.

HSL color Cylindrical-coordinate representation of color #905FA3: hue angle of 283.24º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #905FA3 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14495163-
CMYK0.120.4200.36
HSL283.24º26.98%50.59%-
HSV(B)283.24º41.72%63.92%-
XYZ22.216.7636.71-
YUV117.4153.73146.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.82%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 163 (64.06% from 255) = 40.55%
R=35.82%
G=23.63%
B=40.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144951630.120.4200.36283.2426.9850.59
Hex905FA3C2A02411b1b33
Octal22013724314520444333363
Binary100100001011111101000111100101010010010010001101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905FA3; }

 p { color: rgb(144,95,163); }

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

<style>
 a { background-color: #905FA3; }

 a { background-color: rgb(144,95,163); }

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

<style>
 span { border-color: #905FA3; }

 span { border-color: rgb(144,95,163); }

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