#906FA2

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

Shades of Ce Soir #906FA2

Tints of Ce Soir #906FA2

Color information

#906FA2 (or 0x906FA2) is unknown color: approx Ce Soir. HEX triplet: 90, 6F and A2. RGB value is (144,111,162). Sum of RGB (Red+Green+Blue) = 144+111+162=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 162 (63.67% from 255 or 38.85% from 417); Max value from RGB is 162 - color contains mainly: blue. Hex color #906FA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906FA2 is #6F905D. Grayscale: #7E7E7E. Windows color (decimal): -7311454 or 10645392. OLE color: 10645392.

HSL color Cylindrical-coordinate representation of color #906FA2: hue angle of 278.82º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906FA2 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB144111162-
CMYK0.110.3100.36
HSL278.82º21.52%53.53%-
HSV(B)278.82º31.48%63.53%-
XYZ23.7119.9136.78-
YUV126.68147.93140.35-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 162 (63.67% from 255) = 38.85%
R=34.53%
G=26.62%
B=38.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1441111620.110.3100.36278.8221.5253.53
Hex906FA2B1F0241171636
Octal22015724213370444272666
Binary10010000110111110100010101111111010010010001011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906FA2; }

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

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

<style>
 a { background-color: #906FA2; }

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

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

<style>
 span { border-color: #906FA2; }

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

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