#967BAA

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

Shades of Ce Soir #967BAA

Tints of Ce Soir #967BAA

Color information

#967BAA (or 0x967BAA) is unknown color: approx Ce Soir. HEX triplet: 96, 7B and AA. RGB value is (150,123,170). Sum of RGB (Red+Green+Blue) = 150+123+170=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #967BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967BAA is #698455. Grayscale: #888888. Windows color (decimal): -6915158 or 11172758. OLE color: 11172758.

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

Color convert

RGB150123170-
CMYK0.120.2800.33
HSL274.47º21.66%57.45%-
HSV(B)274.47º27.65%66.67%-
XYZ26.9223.5541.16-
YUV136.43146.95137.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 170 (66.80% from 255) = 38.37%
R=33.86%
G=27.77%
B=38.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501231700.120.2800.33274.4721.6657.45
Hex967BAAC1C0211121639
Octal22617325214340414222671
Binary10010110111101110101010110011100010000110001001010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,123,170); }

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

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

 a { background-color: rgb(150,123,170); }

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

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

 span { border-color: rgb(150,123,170); }

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