#905CA3

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

Shades of Ce Soir #905CA3

Tints of Ce Soir #905CA3

Color information

#905CA3 (or 0x905CA3) is unknown color: approx Ce Soir. HEX triplet: 90, 5C and A3. RGB value is (144,92,163). Sum of RGB (Red+Green+Blue) = 144+92+163=399 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.09% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 163 (64.06% from 255 or 40.85% from 399); Max value from RGB is 163 - color contains mainly: blue. Hex color #905CA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905CA3 is #6FA35C. Grayscale: #737373. Windows color (decimal): -7316317 or 10706064. OLE color: 10706064.

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

Color convert

RGB14492163-
CMYK0.120.4400.36
HSL283.94º27.84%50%-
HSV(B)283.94º43.56%63.92%-
XYZ21.9416.2336.63-
YUV115.64154.73148.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.09%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 163 (64.06% from 255) = 40.85%
R=36.09%
G=23.06%
B=40.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144921630.120.4400.36283.9427.8450
Hex905CA3C2C02411c1c32
Octal22013424314540444343462
Binary100100001011100101000111100101100010010010001110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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