#906BAB

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

Shades of Ce Soir #906BAB

Tints of Ce Soir #906BAB

Color information

#906BAB (or 0x906BAB) is unknown color: approx Ce Soir. HEX triplet: 90, 6B and AB. RGB value is (144,107,171). Sum of RGB (Red+Green+Blue) = 144+107+171=422 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.12% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #906BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906BAB is #6F9454. Grayscale: #7D7D7D. Windows color (decimal): -7312469 or 11234192. OLE color: 11234192.

HSL color Cylindrical-coordinate representation of color #906BAB: hue angle of 274.69º degrees, saturation: 0.28, 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 #906BAB is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144107171-
CMYK0.160.3700.33
HSL274.69º27.59%54.51%-
HSV(B)274.69º37.43%67.06%-
XYZ24.1119.3841-
YUV125.36153.76141.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.12%
GREEN value IS 107 (42.19% from 255) = 25.36%
BLUE value IS 171 (67.19% from 255) = 40.52%
R=34.12%
G=25.36%
B=40.52%

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
Decimal1441071710.160.3700.33274.6927.5954.51
Hex906BAB10250211131c37
Octal22015325320450414233467
Binary1001000011010111010101110000100101010000110001001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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