#9673AB

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

Shades of Ce Soir #9673AB

Tints of Ce Soir #9673AB

Color information

#9673AB (or 0x9673AB) is unknown color: approx Ce Soir. HEX triplet: 96, 73 and AB. RGB value is (150,115,171). Sum of RGB (Red+Green+Blue) = 150+115+171=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 171 - color contains mainly: blue. Hex color #9673AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9673AB is #698C54. Grayscale: #838383. Windows color (decimal): -6917205 or 11236246. OLE color: 11236246.

HSL color Cylindrical-coordinate representation of color #9673AB: hue angle of 277.5º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9673AB is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150115171-
CMYK0.120.3300.33
HSL277.5º25%56.08%-
HSV(B)277.5º32.75%67.06%-
XYZ26.0621.6941.34-
YUV131.85150.1140.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.40%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=34.40%
G=26.38%
B=39.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501151710.120.3300.33277.52556.08
Hex9673ABC210211161938
Octal22616325314410414263170
Binary100101101110011101010111100100001010000110001011011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9673AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9673AB; }

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

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

<style>
 a { background-color: #9673AB; }

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

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

<style>
 span { border-color: #9673AB; }

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

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