#906CAB

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

Shades of Ce Soir #906CAB

Tints of Ce Soir #906CAB

Color information

#906CAB (or 0x906CAB) is unknown color: approx Ce Soir. HEX triplet: 90, 6C and AB. RGB value is (144,108,171). Sum of RGB (Red+Green+Blue) = 144+108+171=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #906CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906CAB is #6F9354. Grayscale: #7D7D7D. Windows color (decimal): -7312213 or 11234448. OLE color: 11234448.

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

Color convert

RGB144108171-
CMYK0.160.3700.33
HSL274.29º27.27%54.71%-
HSV(B)274.29º36.84%67.06%-
XYZ24.2119.5941.03-
YUV125.95153.43140.88-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.04%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=34.04%
G=25.53%
B=40.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441081710.160.3700.33274.2927.2754.71
Hex906CAB10250211121b37
Octal22015425320450414223367
Binary1001000011011001010101110000100101010000110001001011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,108,171); }

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

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

 a { background-color: rgb(144,108,171); }

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

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

 span { border-color: rgb(144,108,171); }

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