#905EA2

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

Shades of Ce Soir #905EA2

Tints of Ce Soir #905EA2

Color information

#905EA2 (or 0x905EA2) is unknown color: approx Ce Soir. HEX triplet: 90, 5E and A2. RGB value is (144,94,162). Sum of RGB (Red+Green+Blue) = 144+94+162=400 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 162 - color contains mainly: blue. Hex color #905EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905EA2 is #6FA15D. Grayscale: #747474. Windows color (decimal): -7315806 or 10641040. OLE color: 10641040.

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

Color convert

RGB14494162-
CMYK0.110.4200.36
HSL284.12º26.77%50.2%-
HSV(B)284.12º41.98%63.53%-
XYZ22.0316.5436.21-
YUV116.7153.56147.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36%
GREEN value IS 94 (37.11% from 255) = 23.5%
BLUE value IS 162 (63.67% from 255) = 40.5%
R=36%
G=23.5%
B=40.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144941620.110.4200.36284.1226.7750.2
Hex905EA2B2A02411c1b32
Octal22013624213520444343362
Binary100100001011110101000101011101010010010010001110011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,94,162); }

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

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

 a { background-color: rgb(144,94,162); }

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

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

 span { border-color: rgb(144,94,162); }

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