#906EAC

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

Shades of Ce Soir #906EAC

Tints of Ce Soir #906EAC

Color information

#906EAC (or 0x906EAC) is unknown color: approx Ce Soir. HEX triplet: 90, 6E and AC. RGB value is (144,110,172). Sum of RGB (Red+Green+Blue) = 144+110+172=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #906EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906EAC is #6F9153. Grayscale: #7F7F7F. Windows color (decimal): -7311700 or 11300496. OLE color: 11300496.

HSL color Cylindrical-coordinate representation of color #906EAC: hue angle of 272.9º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #906EAC is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144110172-
CMYK0.160.3600.33
HSL272.9º27.19%55.29%-
HSV(B)272.9º36.05%67.45%-
XYZ24.5220.0641.61-
YUV127.23153.26139.96-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 110 (43.36% from 255) = 25.82%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=33.80%
G=25.82%
B=40.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441101720.160.3600.33272.927.1955.29
Hex906EAC10240211111b37
Octal22015625420440414213367
Binary1001000011011101010110010000100100010000110001000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,110,172); }

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

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

 a { background-color: rgb(144,110,172); }

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

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

 span { border-color: rgb(144,110,172); }

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