#906EAD

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

Shades of Ce Soir #906EAD

Tints of Ce Soir #906EAD

Color information

#906EAD (or 0x906EAD) is unknown color: approx Ce Soir. HEX triplet: 90, 6E and AD. RGB value is (144,110,173). Sum of RGB (Red+Green+Blue) = 144+110+173=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #906EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906EAD is #6F9152. Grayscale: #7F7F7F. Windows color (decimal): -7311699 or 11366032. OLE color: 11366032.

HSL color Cylindrical-coordinate representation of color #906EAD: hue angle of 272.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #906EAD is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144110173-
CMYK0.170.3600.32
HSL272.38º27.75%55.49%-
HSV(B)272.38º36.42%67.84%-
XYZ24.6220.142.12-
YUV127.35153.76139.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 110 (43.36% from 255) = 25.76%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=33.72%
G=25.76%
B=40.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441101730.170.3600.32272.3827.7555.49
Hex906EAD11240201101c37
Octal22015625521440404203467
Binary1001000011011101010110110001100100010000010001000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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