#967AAB

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

Shades of Ce Soir #967AAB

Tints of Ce Soir #967AAB

Color information

#967AAB (or 0x967AAB) is unknown color: approx Ce Soir. HEX triplet: 96, 7A and AB. RGB value is (150,122,171). Sum of RGB (Red+Green+Blue) = 150+122+171=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 122 (48.05% from 255 or 27.54% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #967AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967AAB is #698554. Grayscale: #878787. Windows color (decimal): -6915413 or 11238038. OLE color: 11238038.

HSL color Cylindrical-coordinate representation of color #967AAB: hue angle of 274.29º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #967AAB is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150122171-
CMYK0.120.2900.33
HSL274.29º22.58%57.45%-
HSV(B)274.29º28.65%67.06%-
XYZ26.8923.3441.62-
YUV135.96147.78138.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 122 (48.05% from 255) = 27.54%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=33.86%
G=27.54%
B=38.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501221710.120.2900.33274.2922.5857.45
Hex967AABC1D0211121739
Octal22617225314350414222771
Binary10010110111101010101011110011101010000110001001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967AAB; }

 p { color: rgb(150,122,171); }

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

<style>
 a { background-color: #967AAB; }

 a { background-color: rgb(150,122,171); }

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

<style>
 span { border-color: #967AAB; }

 span { border-color: rgb(150,122,171); }

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